14 gobject-introspection,
18 stdenv.mkDerivation (finalAttrs: {
19 pname = "gtk-layer-shell";
27 outputBin = "devdoc"; # for demo
29 src = fetchFromGitHub {
31 repo = "gtk-layer-shell";
32 rev = "v${finalAttrs.version}";
33 hash = "sha256-9hQE1NY5QCuj+5R5aSjJ0DaMUQuO7HPpZooj+1+96RY=";
66 description = "Library to create panels and other desktop components for Wayland using the Layer Shell protocol";
67 mainProgram = "gtk-layer-demo";
68 homepage = "https://github.com/wmww/gtk-layer-shell";
69 license = licenses.lgpl3Plus;
70 maintainers = with maintainers; [
74 platforms = platforms.linux;