summaryrefslogtreecommitdiff
path: root/pkgs/applications/graphics/vimiv/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/vimiv/default.nix')
-rw-r--r--pkgs/applications/graphics/vimiv/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/graphics/vimiv/default.nix b/pkgs/applications/graphics/vimiv/default.nix
index b5e9d0b8cf2d..a6320f774fd5 100644
--- a/pkgs/applications/graphics/vimiv/default.nix
+++ b/pkgs/applications/graphics/vimiv/default.nix
@@ -1,8 +1,8 @@
{ lib, python3Packages, fetchFromGitHub, imagemagick, librsvg, gtk3, jhead
-, gnome3
+, gnome
# Test requirements
-, dbus, xvfb_run, xdotool
+, dbus, xvfb-run, xdotool
}:
python3Packages.buildPythonApplication rec {
@@ -37,8 +37,8 @@ python3Packages.buildPythonApplication rec {
vimiv/imageactions.py
'';
- checkInputs = [ python3Packages.nose dbus.daemon xvfb_run xdotool ];
- buildInputs = [ gnome3.adwaita-icon-theme librsvg ];
+ checkInputs = [ python3Packages.nose dbus.daemon xvfb-run xdotool ];
+ buildInputs = [ gnome.adwaita-icon-theme librsvg ];
propagatedBuildInputs = with python3Packages; [ pillow pygobject3 gtk3 ];
makeWrapperArgs = [