mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 03:53:47 +00:00
Merge pull request #196787 from Artturin/snappernamespaceerror
snapper-gui: ValueError: Namespace Gtk not available
This commit is contained in:
commit
d639b2dfac
@ -14,11 +14,10 @@ python3Packages.buildPythonApplication rec {
|
||||
sha256 = "13j4spbi9pxg69zifzai8ifk4207sn0vwh6vjqryi0snd5sylh7h";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ wrapGAppsHook ];
|
||||
nativeBuildInputs = [ wrapGAppsHook gobject-introspection ];
|
||||
|
||||
buildInputs = [
|
||||
python3
|
||||
gobject-introspection
|
||||
gnome.adwaita-icon-theme
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user