summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/calls/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/calls/default.nix')
-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";