Skip to content

Commit 34fe9ad

Browse files
jrobinson-ukwegank
authored andcommitted
worldofgoo: fix typo in help message
File name in help message was incorrect
1 parent de6273d commit 34fe9ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/games/worldofgoo/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
2323
helpMsg = ''
2424
We cannot download the full version automatically, as you require a license.
2525
Once you have bought a license, you need to add your downloaded version to the nix store.
26-
You can do this by using "nix-prefetch-url file://\$PWD/${pname}.Linux${version}.sh"
26+
You can do this by using "nix-prefetch-url file://\$PWD/${pname}.Linux.${version}.sh"
2727
in the directory where you saved it.
2828
'';
2929

0 commit comments

Comments
 (0)