summary refs log tree commit diff
path: root/pkgs/applications/audio/sublime-music/default.nix
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2021-05-08 15:45:03 +0200
committerRobert Hensing <robert@roberthensing.nl>2021-05-08 15:48:41 +0200
commit8e3c5eb5013446fab495144e857f4d34fce1de71 (patch)
treed3b167125faa33ddf5e1a9d8e01dc82c2fa859c8 /pkgs/applications/audio/sublime-music/default.nix
parent726306003af21ade95b1908d1920ce9a0f9815bb (diff)
downloadnixpkgs-8e3c5eb5013446fab495144e857f4d34fce1de71.tar
nixpkgs-8e3c5eb5013446fab495144e857f4d34fce1de71.tar.gz
nixpkgs-8e3c5eb5013446fab495144e857f4d34fce1de71.tar.bz2
nixpkgs-8e3c5eb5013446fab495144e857f4d34fce1de71.tar.lz
nixpkgs-8e3c5eb5013446fab495144e857f4d34fce1de71.tar.xz
nixpkgs-8e3c5eb5013446fab495144e857f4d34fce1de71.tar.zst
nixpkgs-8e3c5eb5013446fab495144e857f4d34fce1de71.zip
treewide: xvfb_run -> xvfb-run
Diffstat (limited to 'pkgs/applications/audio/sublime-music/default.nix')
-rw-r--r--pkgs/applications/audio/sublime-music/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/sublime-music/default.nix b/pkgs/applications/audio/sublime-music/default.nix
index cd43b5d53a2..3d25ec3cdbb 100644
--- a/pkgs/applications/audio/sublime-music/default.nix
+++ b/pkgs/applications/audio/sublime-music/default.nix
@@ -5,7 +5,7 @@
 , gtk3
 , pango
 , wrapGAppsHook
-, xvfb_run
+, xvfb-run
 , chromecastSupport ? false
 , serverSupport ? false
 , keyringSupport ? true
@@ -66,7 +66,7 @@ python3Packages.buildPythonApplication rec {
     pytest
     pytest-cov
   ];
-  checkPhase = "${xvfb_run}/bin/xvfb-run pytest";
+  checkPhase = "${xvfb-run}/bin/xvfb-run pytest";
 
   # Also run the python import check for sanity
   pythonImportsCheck = [ "sublime_music" ];