about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pygobject
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-11-13 16:18:43 -0600
committerThomas Tuegel <ttuegel@gmail.com>2016-11-15 07:16:08 -0600
commitcec12416773c0bde99bcb80f8e2fe9482a6a5352 (patch)
tree6db1270fdc1a940f8c707724892a8bda0d69c28b /pkgs/development/python-modules/pygobject
parent1958f07c63ab0e51ee81cbaec2678e617c8ebfab (diff)
pygobject3: multiple outputs
Diffstat (limited to 'pkgs/development/python-modules/pygobject')
-rw-r--r--pkgs/development/python-modules/pygobject/3.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/pygobject/3.nix b/pkgs/development/python-modules/pygobject/3.nix
index dfddd7dddbdbd..33bb1d5a4cab9 100644
--- a/pkgs/development/python-modules/pygobject/3.nix
+++ b/pkgs/development/python-modules/pygobject/3.nix
@@ -10,6 +10,8 @@ mkPythonDerivation rec {
     sha256 = "08b29cfb08efc80f7a8630a2734dec65a99c1b59f1e5771c671d2e4ed8a5cbe7";
   };
 
+  outputs = [ "out" "dev" ];
+
   buildInputs = [ pkgconfig glib gobjectIntrospection ]
                  ++ stdenv.lib.optionals stdenv.isDarwin [ which ncurses ];
   propagatedBuildInputs = [ pycairo cairo ];