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:
parent
aa5777df77
commit
17bfb6a08a
@ -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}
|
||||
'';
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user