summary refs log tree commit diff
path: root/pkgs/development/libraries/gtk-layer-shell
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2022-05-22 10:25:51 +0200
committerJan Tojnar <jtojnar@gmail.com>2022-05-22 10:26:17 +0200
commit291e69a67a207a637726fcaa6bdc80cafd05fd72 (patch)
tree74bbd05e09f5d817c481905332ee31882d2e1360 /pkgs/development/libraries/gtk-layer-shell
parent6a004f7e4cc0f819dcec2c67f2e57760e6c5115d (diff)
downloadnixpkgs-291e69a67a207a637726fcaa6bdc80cafd05fd72.tar
nixpkgs-291e69a67a207a637726fcaa6bdc80cafd05fd72.tar.gz
nixpkgs-291e69a67a207a637726fcaa6bdc80cafd05fd72.tar.bz2
nixpkgs-291e69a67a207a637726fcaa6bdc80cafd05fd72.tar.lz
nixpkgs-291e69a67a207a637726fcaa6bdc80cafd05fd72.tar.xz
nixpkgs-291e69a67a207a637726fcaa6bdc80cafd05fd72.tar.zst
nixpkgs-291e69a67a207a637726fcaa6bdc80cafd05fd72.zip
gtk-layer-shell: install demo
Diffstat (limited to 'pkgs/development/libraries/gtk-layer-shell')
-rw-r--r--pkgs/development/libraries/gtk-layer-shell/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/gtk-layer-shell/default.nix b/pkgs/development/libraries/gtk-layer-shell/default.nix
index 2c1d3b45749..ba7950d7256 100644
--- a/pkgs/development/libraries/gtk-layer-shell/default.nix
+++ b/pkgs/development/libraries/gtk-layer-shell/default.nix
@@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
   version = "0.7.0";
 
   outputs = [ "out" "dev" "devdoc" ];
+  outputBin = "devdoc"; # for demo
 
   src = fetchFromGitHub {
     owner = "wmww";
@@ -41,6 +42,7 @@ stdenv.mkDerivation rec {
 
   mesonFlags = [
     "-Ddocs=true"
+    "-Dexamples=true"
   ];
 
   meta = with lib; {