summaryrefslogtreecommitdiff
path: root/pkgs/applications/networking/calls/default.nix
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2021-05-24 09:55:24 -0500
committerRobin Gloster <mail@glob.in>2021-05-24 09:55:24 -0500
commit4bc5fbef9d159e143fb7e2c3231932e6e76f667c (patch)
treee2198f5c552e0667d838b8ec764ddb3a4d8f6dec /pkgs/applications/networking/calls/default.nix
parentjq: fix build with structured-attrs on darwin (diff)
parentMerge pull request #123802 from superherointj/package-virtmanager-bugfix (diff)
downloadnixpkgs-origin/structured-attrs.tar.gz
Merge remote-tracking branch 'upstream/master' into structured-attrsorigin/structured-attrs
Diffstat (limited to 'pkgs/applications/networking/calls/default.nix')
-rw-r--r--pkgs/applications/networking/calls/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/applications/networking/calls/default.nix b/pkgs/applications/networking/calls/default.nix
index 12eba0f168fc..be8b8284c23c 100644
--- a/pkgs/applications/networking/calls/default.nix
+++ b/pkgs/applications/networking/calls/default.nix
@@ -17,10 +17,11 @@
, desktop-file-utils
, appstream-glib
, libpeas
+, libgdata
, dbus
, vala
, wrapGAppsHook
-, xvfb_run
+, xvfb-run
, gtk-doc
, docbook-xsl-nons
, docbook_xml_dtd_43
@@ -65,11 +66,12 @@ stdenv.mkDerivation rec {
callaudiod
gtk3
libpeas
+ libgdata # required by some dependency transitively
];
checkInputs = [
dbus
- xvfb_run
+ xvfb-run
];
env.NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/gio-unix-2.0";