From 34d3a97ec6661e906cca77369531aeb8f0a40ae1 Mon Sep 17 00:00:00 2001 From: obadz Date: Sat, 9 Jun 2018 15:11:19 +0100 Subject: citrix-receiver: add workaround to #41279 --- pkgs/applications/networking/remote/citrix-receiver/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/applications') 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" -- cgit 1.4.1