aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/atkmm
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-11-13 20:29:03 -0600
committerThomas Tuegel <ttuegel@gmail.com>2016-11-15 07:16:21 -0600
commit6f36042eeaf9a9d7627c8b854bfde593888716ef (patch)
tree99bae42cec89cfd257433b13cc22477396832dba /pkgs/development/libraries/atkmm
parentcec12416773c0bde99bcb80f8e2fe9482a6a5352 (diff)
atkmm: multiple outputs
Diffstat (limited to 'pkgs/development/libraries/atkmm')
-rw-r--r--pkgs/development/libraries/atkmm/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/atkmm/default.nix b/pkgs/development/libraries/atkmm/default.nix
index a10d730d06e4..e1cfb488be88 100644
--- a/pkgs/development/libraries/atkmm/default.nix
+++ b/pkgs/development/libraries/atkmm/default.nix
@@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
sha256 = "ff95385759e2af23828d4056356f25376cfabc41e690ac1df055371537e458bd";
};
+ outputs = [ "out" "dev" ];
+
propagatedBuildInputs = [ atk glibmm ];
nativeBuildInputs = [ pkgconfig ];