Give working advice for running nix-prefetch-url
nix-prefetch-url file://… requires a full path. Suggest an invocation that will provide one. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
@@ -15,16 +15,16 @@ stdenv.mkDerivation rec {
|
||||
goBuyItNow = ''
|
||||
We cannot download the full version automatically, as you require a license.
|
||||
Once you bought a license, you need to add your downloaded version to the nix store.
|
||||
You can do this by using "nix-prefetch-url file://WorldOfGooSetup.1.41.tar.gz" in the
|
||||
You can do this by using "nix-prefetch-url file://\$PWD/WorldOfGooSetup.1.41.tar.gz" in the
|
||||
directory where you saved it.
|
||||
|
||||
Or you can install the demo version: 'nix-env -i -A pkgs.worldofgoo_demo'.
|
||||
'';
|
||||
|
||||
getTheDemo = ''
|
||||
We cannot download the demo version automatically, please go to
|
||||
We cannot download the demo version automatically. Please go to
|
||||
http://worldofgoo.com/dl2.php?lk=demo, then add it to your nix store.
|
||||
You can do this by using "nix-prefetch-url file://WorldOfGooDemo.1.41.tar.gz" in the
|
||||
You can do this by using "nix-prefetch-url file://\$PWD/WorldOfGooDemo.1.41.tar.gz" in the
|
||||
directory where you saved it.
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user