snapper-gui: ValueError: Namespace Gtk not available

This commit is contained in:
Artturin 2022-10-19 20:23:12 +03:00
parent 5637a2f5a3
commit 1adaf54c9f

View file

@ -14,11 +14,10 @@ python3Packages.buildPythonApplication rec {
sha256 = "13j4spbi9pxg69zifzai8ifk4207sn0vwh6vjqryi0snd5sylh7h";
};
nativeBuildInputs = [ wrapGAppsHook ];
nativeBuildInputs = [ wrapGAppsHook gobject-introspection ];
buildInputs = [
python3
gobject-introspection
gnome.adwaita-icon-theme
];