Skip to content

Commit

Permalink
citrix-receiver: add link to webpage with all versions and adjust to …
Browse files Browse the repository at this point in the history
…change in nix-prefetch-url

Helps with #23975
  • Loading branch information
obadz committed Mar 18, 2017
1 parent aa5777d commit 17bfb6a
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -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}
'';
};

Expand Down

0 comments on commit 17bfb6a

Please sign in to comment.