summary refs log tree commit diff
path: root/pkgs/development/libraries/gtkmm/3.x.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-11-13 20:29:46 -0600
committerThomas Tuegel <ttuegel@gmail.com>2016-11-15 07:16:42 -0600
commita6c2b2ef0efb15fc2e60ae8a99c28b1daa003309 (patch)
treebde9e266c30dea15ceba5e1e719dca1672854cd2 /pkgs/development/libraries/gtkmm/3.x.nix
parentc871bb489b472aeb87323161d666639cfc09d959 (diff)
downloadnixpkgs-a6c2b2ef0efb15fc2e60ae8a99c28b1daa003309.tar
nixpkgs-a6c2b2ef0efb15fc2e60ae8a99c28b1daa003309.tar.gz
nixpkgs-a6c2b2ef0efb15fc2e60ae8a99c28b1daa003309.tar.bz2
nixpkgs-a6c2b2ef0efb15fc2e60ae8a99c28b1daa003309.tar.lz
nixpkgs-a6c2b2ef0efb15fc2e60ae8a99c28b1daa003309.tar.xz
nixpkgs-a6c2b2ef0efb15fc2e60ae8a99c28b1daa003309.tar.zst
nixpkgs-a6c2b2ef0efb15fc2e60ae8a99c28b1daa003309.zip
gtkmm3: multiple outputs
Diffstat (limited to 'pkgs/development/libraries/gtkmm/3.x.nix')
-rw-r--r--pkgs/development/libraries/gtkmm/3.x.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/gtkmm/3.x.nix b/pkgs/development/libraries/gtkmm/3.x.nix
index 8b2383f33cc..49055f6b4a9 100644
--- a/pkgs/development/libraries/gtkmm/3.x.nix
+++ b/pkgs/development/libraries/gtkmm/3.x.nix
@@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
     sha256 = "05da4d4b628fb20c8384630ddf478a3b5562952b2d6181fe28d58f6cbc0514f5";
   };
 
+  outputs = [ "out" "dev" ];
+
   nativeBuildInputs = [ pkgconfig ];
   buildInputs = [ epoxy ];