pygobject3: multiple outputs

This commit is contained in:
Thomas Tuegel 2016-11-13 16:18:43 -06:00
parent 1958f07c63
commit cec1241677
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -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 ];