summaryrefslogtreecommitdiffstats
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.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/vimiv/default.nix b/pkgs/applications/graphics/vimiv/default.nix
index 6f6245a1c80d..a6320f774fd5 100644
--- a/pkgs/applications/graphics/vimiv/default.nix
+++ b/pkgs/applications/graphics/vimiv/default.nix
@@ -2,7 +2,7 @@
, gnome
# Test requirements
-, dbus, xvfb_run, xdotool
+, dbus, xvfb-run, xdotool
}:
python3Packages.buildPythonApplication rec {
@@ -37,7 +37,7 @@ python3Packages.buildPythonApplication rec {
vimiv/imageactions.py
'';
- checkInputs = [ python3Packages.nose dbus.daemon xvfb_run xdotool ];
+ checkInputs = [ python3Packages.nose dbus.daemon xvfb-run xdotool ];
buildInputs = [ gnome.adwaita-icon-theme librsvg ];
propagatedBuildInputs = with python3Packages; [ pillow pygobject3 gtk3 ];