Merge #239191: treewide: gobject-introspection from buildInputs to nativeBuildInputs

...into staging
This commit is contained in:
Vladimír Čunát
2023-07-26 20:53:32 +02:00
100 changed files with 117 additions and 132 deletions
@@ -121,6 +121,8 @@ buildPythonPackage rec {
setuptools
setuptools-scm
numpy
] ++ lib.optionals enableGtk3 [
gobject-introspection
];
buildInputs = [
@@ -131,7 +133,6 @@ buildPythonPackage rec {
ghostscript
] ++ lib.optionals enableGtk3 [
cairo
gobject-introspection
gtk3
] ++ lib.optionals enableTk [
libX11