Merge pull request #196787 from Artturin/snappernamespaceerror

snapper-gui: ValueError: Namespace Gtk not available
This commit is contained in:
Artturi 2022-10-20 17:18:02 +03:00 committed by GitHub
commit d639b2dfac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
];