aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/gtkmm
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-11-13 20:29:37 -0600
committerThomas Tuegel <ttuegel@gmail.com>2016-11-15 07:16:36 -0600
commitc871bb489b472aeb87323161d666639cfc09d959 (patch)
tree39fa39a41e0a797d4a43db81a977665756ebbb39 /pkgs/development/libraries/gtkmm
parent13bef32e735f49e261e914d4c33b5584ec7f2e1e (diff)
gtkmm2: multiple outputs
Diffstat (limited to 'pkgs/development/libraries/gtkmm')
-rw-r--r--pkgs/development/libraries/gtkmm/2.x.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/gtkmm/2.x.nix b/pkgs/development/libraries/gtkmm/2.x.nix
index 119e3f77f670..1ec2a7cd6f0d 100644
--- a/pkgs/development/libraries/gtkmm/2.x.nix
+++ b/pkgs/development/libraries/gtkmm/2.x.nix
@@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "0680a53b7bf90b4e4bf444d1d89e6df41c777e0bacc96e9c09fc4dd2f5fe6b72";
};
+ outputs = [ "out" "dev" ];
+
nativeBuildInputs = [pkgconfig];
propagatedBuildInputs = [ glibmm gtk2 atkmm cairomm pangomm ];