about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-10-19 20:23:12 +0300
committerArtturin <Artturin@artturin.com>2022-10-19 20:23:12 +0300
commit1adaf54c9f0fa0f8c7ffdcf762df21579efc8e5b (patch)
treef99afbe72b97c1167d10c306931905574ded7da2 /pkgs/applications
parent5637a2f5a37e6625d41cbb879f8d0b2434fb6244 (diff)
snapper-gui: ValueError: Namespace Gtk not available
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/snapper-gui/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/applications/misc/snapper-gui/default.nix b/pkgs/applications/misc/snapper-gui/default.nix
index 2c63431593368..4c60e2947b973 100644
--- a/pkgs/applications/misc/snapper-gui/default.nix
+++ b/pkgs/applications/misc/snapper-gui/default.nix
@@ -14,11 +14,10 @@ python3Packages.buildPythonApplication rec {
     sha256 = "13j4spbi9pxg69zifzai8ifk4207sn0vwh6vjqryi0snd5sylh7h";
   };
 
-  nativeBuildInputs = [ wrapGAppsHook ];
+  nativeBuildInputs = [ wrapGAppsHook gobject-introspection ];
 
   buildInputs = [
     python3
-    gobject-introspection
     gnome.adwaita-icon-theme
   ];