summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/calls
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/calls
parent726306003af21ade95b1908d1920ce9a0f9815bb (diff)
treewide: xvfb_run -> xvfb-run
Diffstat (limited to 'pkgs/applications/networking/calls')
-rw-r--r--pkgs/applications/networking/calls/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/calls/default.nix b/pkgs/applications/networking/calls/default.nix
index d17dd059c810..52e1bc50601a 100644
--- a/pkgs/applications/networking/calls/default.nix
+++ b/pkgs/applications/networking/calls/default.nix
@@ -21,7 +21,7 @@
, dbus
, vala
, wrapGAppsHook
-, xvfb_run
+, xvfb-run
, gtk-doc
, docbook-xsl-nons
, docbook_xml_dtd_43
@@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
checkInputs = [
dbus
- xvfb_run
+ xvfb-run
];
NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/gio-unix-2.0";