snapper-gui: ValueError: Namespace Gtk not available

main
Artturin 2 years ago
parent 5637a2f5a3
commit 1adaf54c9f
  1. 3
      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
];

Loading…
Cancel
Save