citrix-receiver: add link to webpage with all versions and adjust to change in nix-prefetch-url

Helps with #23975
This commit is contained in:
obadz 2017-03-18 02:04:28 +00:00
parent aa5777df77
commit 17bfb6a08a

View file

@ -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}
'';
};