python.pkgs.pygobject2: fix darwin build

This commit is contained in:
Jan Tojnar
2019-01-27 14:55:58 +01:00
parent 8f217162e7
commit 6851b8f3da
2 changed files with 90 additions and 0 deletions

View File

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