Merge pull request #20428 from ttuegel/multiple-outputs-gtk

Use multiple outputs for gtkmm and friends
This commit is contained in:
Thomas Tuegel
2016-11-18 09:16:34 -06:00
committed by GitHub
6 changed files with 12 additions and 0 deletions

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