summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorobadz <obadz-git@obadz.com>2017-03-18 02:04:28 +0000
committerobadz <obadz-git@obadz.com>2017-03-18 02:18:28 +0000
commit17bfb6a08a0f77124bbe96e2908076c821bdeb46 (patch)
treef3c437dd79492af46308f9b8428785c8cdbffffc /pkgs/applications/networking
parentaa5777df7701c019df77bad151faf2c2bfc3efc5 (diff)
downloadnixlib-17bfb6a08a0f77124bbe96e2908076c821bdeb46.tar
nixlib-17bfb6a08a0f77124bbe96e2908076c821bdeb46.tar.gz
nixlib-17bfb6a08a0f77124bbe96e2908076c821bdeb46.tar.bz2
nixlib-17bfb6a08a0f77124bbe96e2908076c821bdeb46.tar.lz
nixlib-17bfb6a08a0f77124bbe96e2908076c821bdeb46.tar.xz
nixlib-17bfb6a08a0f77124bbe96e2908076c821bdeb46.tar.zst
nixlib-17bfb6a08a0f77124bbe96e2908076c821bdeb46.zip
citrix-receiver: add link to webpage with all versions and adjust to change in nix-prefetch-url
Helps with #23975
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/remote/citrix-receiver/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/applications/networking/remote/citrix-receiver/default.nix b/pkgs/applications/networking/remote/citrix-receiver/default.nix
index 57d04e528452..cf7afc37b8bb 100644
--- a/pkgs/applications/networking/remote/citrix-receiver/default.nix
+++ b/pkgs/applications/networking/remote/citrix-receiver/default.nix
@@ -41,10 +41,12 @@ stdenv.mkDerivation rec {
 
       ${homepage}
 
+      (if you do not find version ${version} there, try https://www.citrix.com/downloads/citrix-receiver/)
+
       Once you have downloaded the file, please use the following command and re-run the
       installation:
 
-      nix-prefetch-url file://${name}
+      nix-prefetch-url file://$PWD/${name}
     '';
   };