Unverified Commit cec12416 authored by Thomas Tuegel's avatar Thomas Tuegel
Browse files

pygobject3: multiple outputs

parent 1958f07c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 ];