mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
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:
parent
19b6e4bedb
commit
ab1a555819
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user