treewide: gobject-introspection from buildInputs to nativeBuildInputs

gobject-introspection should be in nativeBuildInputs for cross to work
properly (so propagations and hook work properly)
This commit is contained in:
Artturin
2023-06-28 22:33:40 +03:00
parent 08285c3efb
commit 9999bf7a21
100 changed files with 117 additions and 132 deletions
@@ -117,6 +117,8 @@ buildPythonPackage rec {
pybind11
setuptools-scm
numpy
] ++ lib.optionals enableGtk3 [
gobject-introspection
];
buildInputs = [
@@ -127,7 +129,6 @@ buildPythonPackage rec {
ghostscript
] ++ lib.optionals enableGtk3 [
cairo
gobject-introspection
gtk3
] ++ lib.optionals enableTk [
libX11