Skip to content

Commit

Permalink
gkraken: Fix wrapping
Browse files Browse the repository at this point in the history
Fixes the following error when trying to run the final script:

Traceback (most recent call last):
  File "/nix/store/z1klbgg6p9v3vszjyvsjix9s4blsl7mv-gkraken-1.2.0/bin/.gkraken-wrapped", line 45, in <module>
    gi.require_version('Gtk', '3.0')
  File "/nix/store/k46f21qglnnl2grkx6gq6j6jlawfkgpw-python3.10-pygobject-3.42.2/lib/python3.10/site-packages/gi/__init__.py", line 126, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Gtk not available

See #56943
  • Loading branch information
OPNA2608 committed Dec 19, 2022
1 parent e388728 commit 901a78b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/tools/system/gkraken/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ python3Packages.buildPythonApplication rec {
nativeBuildInputs = [
meson
pkg-config
gobject-introspection
glib
ninja
gtk3
Expand Down

0 comments on commit 901a78b

Please sign in to comment.