We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de6273d commit 34fe9adCopy full SHA for 34fe9ad
pkgs/games/worldofgoo/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
23
helpMsg = ''
24
We cannot download the full version automatically, as you require a license.
25
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"
+ You can do this by using "nix-prefetch-url file://\$PWD/${pname}.Linux.${version}.sh"
27
in the directory where you saved it.
28
'';
29
0 commit comments