From 29542830a862c6256183a148f5c9a2bf981e4ab1 Mon Sep 17 00:00:00 2001 From: obadz Date: Sat, 24 Feb 2018 12:45:47 +0000 Subject: [PATCH] citrix_receiver: fix build errors in recent version ./linuxx64/hinst: line 1286: syntax error: you disabled math support for $((arith)) syntax (See #33556) --- pkgs/applications/networking/remote/citrix-receiver/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `