summary refs log tree commit diff
path: root/pkgs/applications/networking/remote/citrix-workspace/generic.nix
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2021-06-09 23:57:09 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2021-06-10 01:12:49 -0300
commite9e5f5f84dedea81605e493ea6cec41275a9a8fd (patch)
treee84786baabde5e495f27b31a2d81fbe7b301f5ad /pkgs/applications/networking/remote/citrix-workspace/generic.nix
parent7f7f2ef93a601eca84a0958f3b76d2b3f9db3391 (diff)
downloadnixpkgs-e9e5f5f84dedea81605e493ea6cec41275a9a8fd.tar
nixpkgs-e9e5f5f84dedea81605e493ea6cec41275a9a8fd.tar.gz
nixpkgs-e9e5f5f84dedea81605e493ea6cec41275a9a8fd.tar.bz2
nixpkgs-e9e5f5f84dedea81605e493ea6cec41275a9a8fd.tar.lz
nixpkgs-e9e5f5f84dedea81605e493ea6cec41275a9a8fd.tar.xz
nixpkgs-e9e5f5f84dedea81605e493ea6cec41275a9a8fd.tar.zst
nixpkgs-e9e5f5f84dedea81605e493ea6cec41275a9a8fd.zip
Change all alsaLib references to alsa-lib
Diffstat (limited to 'pkgs/applications/networking/remote/citrix-workspace/generic.nix')
-rw-r--r--pkgs/applications/networking/remote/citrix-workspace/generic.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/remote/citrix-workspace/generic.nix b/pkgs/applications/networking/remote/citrix-workspace/generic.nix
index 8a96cf84755..506f129d359 100644
--- a/pkgs/applications/networking/remote/citrix-workspace/generic.nix
+++ b/pkgs/applications/networking/remote/citrix-workspace/generic.nix
@@ -1,5 +1,5 @@
 { lib, stdenv, requireFile, makeWrapper, autoPatchelfHook, wrapGAppsHook, which, more
-, file, atk, alsaLib, cairo, fontconfig, gdk-pixbuf, glib, gnome, gtk2-x11, gtk3
+, file, atk, alsa-lib, cairo, fontconfig, gdk-pixbuf, glib, gnome, gtk2-x11, gtk3
 , heimdal, krb5, libsoup, libvorbis, speex, openssl, zlib, xorg, pango, gtk2
 , gnome2, mesa, nss, nspr, gtk_engines, freetype, dconf, libpng12, libxml2
 , libjpeg, libredirect, tzdata, cacert, systemd, libcxxabi, libcxx, e2fsprogs, symlinkJoin
@@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
   ];
 
   buildInputs = [
-    alsaLib
+    alsa-lib
     atk
     cairo
     dconf