bookletimposer: fix "ValueError: Namespace Gtk not available"

gobject-introspection should be in nativeBuildInputs for the
propagations and the hook to work properly
This commit is contained in:
Artturin 2023-06-05 00:31:54 +03:00
parent 19b6e4bedb
commit ab1a555819

View File

@ -25,9 +25,7 @@ python3.pkgs.buildPythonApplication rec {
./configdir.patch
];
nativeBuildInputs = [ intltool pandoc wrapGAppsHook ];
buildInputs = [ gobject-introspection ];
nativeBuildInputs = [ intltool pandoc wrapGAppsHook gobject-introspection ];
propagatedBuildInputs = [
gtk3