grapejuice: move gtk3 to buildInputs
fixes 'ValueError: Namespace Gtk not available'
since 71cbf3b809
gobject-introspection's
hook looks for gir files in buildInputs instead of nativeBuildInputs
This commit is contained in:
parent
0e0cc47192
commit
63bea374ea
1 changed files with 1 additions and 1 deletions
|
@ -31,13 +31,13 @@ python3Packages.buildPythonApplication rec {
|
|||
gobject-introspection
|
||||
desktop-file-utils
|
||||
glib
|
||||
gtk3
|
||||
wrapGAppsHook
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
cairo
|
||||
gettext
|
||||
gtk3
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
|
|
Loading…
Reference in a new issue