about summary refs log tree commit diff
path: root/pkgs/applications/networking/flent
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/networking/flent
parent726306003af21ade95b1908d1920ce9a0f9815bb (diff)
treewide: xvfb_run -> xvfb-run
Diffstat (limited to 'pkgs/applications/networking/flent')
-rw-r--r--pkgs/applications/networking/flent/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/flent/default.nix b/pkgs/applications/networking/flent/default.nix
index bcff9e4f8b745..9e76a73233cf9 100644
--- a/pkgs/applications/networking/flent/default.nix
+++ b/pkgs/applications/networking/flent/default.nix
@@ -1,5 +1,5 @@
 { lib, buildPythonApplication, fetchPypi, matplotlib, procps, pyqt5, python
-, pythonPackages, qt5, sphinx, xvfb_run }:
+, pythonPackages, qt5, sphinx, xvfb-run }:
 
 buildPythonApplication rec {
   pname = "flent";
@@ -12,7 +12,7 @@ buildPythonApplication rec {
   buildInputs = [ sphinx ];
   nativeBuildInputs = [ qt5.wrapQtAppsHook ];
   propagatedBuildInputs = [ matplotlib procps pyqt5 ];
-  checkInputs = [ procps pythonPackages.mock pyqt5 xvfb_run ];
+  checkInputs = [ procps pythonPackages.mock pyqt5 xvfb-run ];
 
   checkPhase = ''
     cat >test-runner <<EOF