summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorobadz <obadz-git@obadz.com>2018-06-09 15:11:19 +0100
committerobadz <obadz-git@obadz.com>2018-06-09 15:20:03 +0100
commit34d3a97ec6661e906cca77369531aeb8f0a40ae1 (patch)
treec926b2a3479cf8e8de081ae06d25020a16fa2f27 /pkgs/applications
parent62f4cc349bcda6b4ea015718b4ed5915d5cb3a10 (diff)
downloadnixlib-34d3a97ec6661e906cca77369531aeb8f0a40ae1.tar
nixlib-34d3a97ec6661e906cca77369531aeb8f0a40ae1.tar.gz
nixlib-34d3a97ec6661e906cca77369531aeb8f0a40ae1.tar.bz2
nixlib-34d3a97ec6661e906cca77369531aeb8f0a40ae1.tar.lz
nixlib-34d3a97ec6661e906cca77369531aeb8f0a40ae1.tar.xz
nixlib-34d3a97ec6661e906cca77369531aeb8f0a40ae1.tar.zst
nixlib-34d3a97ec6661e906cca77369531aeb8f0a40ae1.zip
citrix-receiver: add workaround to #41279
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/remote/citrix-receiver/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/remote/citrix-receiver/default.nix b/pkgs/applications/networking/remote/citrix-receiver/default.nix
index 545bb88ba110..9190deb990e9 100644
--- a/pkgs/applications/networking/remote/citrix-receiver/default.nix
+++ b/pkgs/applications/networking/remote/citrix-receiver/default.nix
@@ -209,6 +209,7 @@ let
         find $ICAInstDir -type f -exec file {} \; |
           grep 'ELF.*executable' |
           cut -f 1 -d : |
+          grep -vi '\(.dll\|.so\)$' | # added as a workaround to https://github.com/NixOS/nixpkgs/issues/41729
           while read f
           do
             echo "Patching ELF intrepreter and rpath for $f"