summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorobadz <obadz-git@obadz.com>2018-02-24 12:45:47 +0000
committerobadz <obadz-git@obadz.com>2018-02-24 13:10:20 +0000
commit29542830a862c6256183a148f5c9a2bf981e4ab1 (patch)
tree32de3396729b6610bd9d89bc573e3eced686ad54 /pkgs/applications
parent7142440d75f8a55daf830ccf7628d4f739d124c5 (diff)
downloadnixpkgs-29542830a862c6256183a148f5c9a2bf981e4ab1.tar
nixpkgs-29542830a862c6256183a148f5c9a2bf981e4ab1.tar.gz
nixpkgs-29542830a862c6256183a148f5c9a2bf981e4ab1.tar.bz2
nixpkgs-29542830a862c6256183a148f5c9a2bf981e4ab1.tar.lz
nixpkgs-29542830a862c6256183a148f5c9a2bf981e4ab1.tar.xz
nixpkgs-29542830a862c6256183a148f5c9a2bf981e4ab1.tar.zst
nixpkgs-29542830a862c6256183a148f5c9a2bf981e4ab1.zip
citrix_receiver: fix build errors in recent version
./linuxx64/hinst: line 1286: syntax error: you disabled math support for $((arith)) syntax

(See #33556)
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/remote/citrix-receiver/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/remote/citrix-receiver/default.nix b/pkgs/applications/networking/remote/citrix-receiver/default.nix
index 6f87e55e8ea..643ef32f6eb 100644
--- a/pkgs/applications/networking/remote/citrix-receiver/default.nix
+++ b/pkgs/applications/networking/remote/citrix-receiver/default.nix
@@ -169,7 +169,7 @@ let
           ./${prefixWithBitness}/hinst
 
         # Run the installer...
-        ./${prefixWithBitness}/hinst CDROM "`pwd`"
+        bash ./${prefixWithBitness}/hinst CDROM "`pwd`"
 
         echo "Deleting broken links..."
         for link in `find $ICAInstDir -type l `