14 stdenv.mkDerivation rec {
15 pname = "wayland-utils";
19 url = "https://gitlab.freedesktop.org/wayland/wayland-utils/-/releases/${version}/downloads/wayland-utils-${version}.tar.xz";
20 sha256 = "sha256-2SeMIlVFhogYAlQHUbzEJWkmK/gM2aybD9Ev9L0JqeQ=";
24 depsBuildBuild = [ pkg-config ];
38 description = "Wayland utilities (wayland-info)";
40 A collection of Wayland related utilities:
41 - wayland-info: A utility for displaying information about the Wayland
42 protocols supported by a Wayland compositor.
44 homepage = "https://gitlab.freedesktop.org/wayland/wayland-utils";
45 license = licenses.mit; # Expat version
46 platforms = platforms.linux;
47 maintainers = with maintainers; [ primeos ];
48 mainProgram = "wayland-info";