treewide: xvfb_run -> xvfb-run

This commit is contained in:
Robert Hensing
2021-05-08 15:48:41 +02:00
parent 726306003a
commit 8e3c5eb501
38 changed files with 76 additions and 76 deletions
@@ -10,7 +10,7 @@
, vala
, gobject-introspection
, gtk4
, xvfb_run
, xvfb-run
}:
stdenv.mkDerivation rec {
@@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
];
checkInputs = [
xvfb_run
xvfb-run
];
doCheck = true;