python.pkgs.pygobject2: fix darwin build
This commit is contained in:
@@ -17,6 +17,8 @@ buildPythonPackage rec {
|
||||
# Fix warning spam
|
||||
./pygobject-2.28.6-set_qdata.patch
|
||||
./pygobject-2.28.6-gio-types-2.32.patch
|
||||
] ++ stdenv.lib.optionals stdenv.isDarwin [
|
||||
./pygobject-2.0-fix-darwin.patch
|
||||
];
|
||||
|
||||
configureFlags = [ "--disable-introspection" ];
|
||||
|
||||
Reference in New Issue
Block a user