mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
worldofgoo: fix typo in help message
File name in help message was incorrect
This commit is contained in:
parent
de6273da66
commit
34fe9ad338
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
helpMsg = ''
|
||||
We cannot download the full version automatically, as you require a license.
|
||||
Once you have bought a license, you need to add your downloaded version to the nix store.
|
||||
You can do this by using "nix-prefetch-url file://\$PWD/${pname}.Linux${version}.sh"
|
||||
You can do this by using "nix-prefetch-url file://\$PWD/${pname}.Linux.${version}.sh"
|
||||
in the directory where you saved it.
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user