summary refs log tree commit diff
path: root/pkgs/development/libraries/wayland/default.nix
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2021-04-03 15:29:55 +0200
committerMichael Weiss <dev.primeos@gmail.com>2021-04-03 15:31:27 +0200
commit6a30a601c7dfed9d2c763b21c3b05ae6fced8a06 (patch)
treed8773cb8fc078d8da7b9eb7877e1952e90c064d9 /pkgs/development/libraries/wayland/default.nix
parent827f7a3e43f80b2d0886cadbd3eb4d1bc154568f (diff)
downloadnixpkgs-6a30a601c7dfed9d2c763b21c3b05ae6fced8a06.tar
nixpkgs-6a30a601c7dfed9d2c763b21c3b05ae6fced8a06.tar.gz
nixpkgs-6a30a601c7dfed9d2c763b21c3b05ae6fced8a06.tar.bz2
nixpkgs-6a30a601c7dfed9d2c763b21c3b05ae6fced8a06.tar.lz
nixpkgs-6a30a601c7dfed9d2c763b21c3b05ae6fced8a06.tar.xz
nixpkgs-6a30a601c7dfed9d2c763b21c3b05ae6fced8a06.tar.zst
nixpkgs-6a30a601c7dfed9d2c763b21c3b05ae6fced8a06.zip
wayland: Add a "bin" and "dev" output
Another advantage is that we can now use the wayland-scanner alias for
nativeBuildInputs (which is less confusing than adding "wayland" to both
nativeBuildInputs and buildInputs).
Diffstat (limited to 'pkgs/development/libraries/wayland/default.nix')
-rw-r--r--pkgs/development/libraries/wayland/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/wayland/default.nix b/pkgs/development/libraries/wayland/default.nix
index 875b6508d6f..07671ddebdd 100644
--- a/pkgs/development/libraries/wayland/default.nix
+++ b/pkgs/development/libraries/wayland/default.nix
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
     patchShebangs doc/doxygen/gen-doxygen.py
   '';
 
-  outputs = [ "out" ] ++ lib.optionals withDocumentation [ "doc" "man" ];
+  outputs = [ "out" "bin" "dev" ] ++ lib.optionals withDocumentation [ "doc" "man" ];
   separateDebugInfo = true;
 
   mesonFlags = [