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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user