about summary refs log tree commit diff
path: root/pkgs/games/grapejuice
diff options
context:
space:
mode:
authorLin <lin@fnxln.com>2022-08-03 11:14:28 -0300
committerArtturin <Artturin@artturin.com>2022-08-03 17:47:57 +0300
commit63bea374ead73891c90e0f4bfdd65d50d560144e (patch)
tree745bb79ab27f80f5159947de1929c9ee466f77f7 /pkgs/games/grapejuice
parent0e0cc471928c9f20253b5c02ccab0829315e66b1 (diff)
grapejuice: move gtk3 to buildInputs
fixes 'ValueError: Namespace Gtk not available'

since 71cbf3b809b5a380d3434171ba5caabffdafb919 gobject-introspection's
hook looks for gir files in buildInputs instead of nativeBuildInputs
Diffstat (limited to 'pkgs/games/grapejuice')
-rw-r--r--pkgs/games/grapejuice/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/grapejuice/default.nix b/pkgs/games/grapejuice/default.nix
index 08df64fb0e084..23e245149ad73 100644
--- a/pkgs/games/grapejuice/default.nix
+++ b/pkgs/games/grapejuice/default.nix
@@ -31,13 +31,13 @@ python3Packages.buildPythonApplication rec  {
     gobject-introspection
     desktop-file-utils
     glib
-    gtk3
     wrapGAppsHook
   ];
 
   buildInputs = [
     cairo
     gettext
+    gtk3
   ];
 
   propagatedBuildInputs = with python3Packages; [