Loading pkgs/development/python-modules/s2clientprotocol/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ buildPythonPackage rec { meta = { description = "StarCraft II - client protocol"; homepage = "https://github.com/Blizzard/sc2client-proto"; homepage = "https://github.com/Blizzard/s2client-proto"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ ]; }; Loading pkgs/games/worldofgoo/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
pkgs/development/python-modules/s2clientprotocol/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ buildPythonPackage rec { meta = { description = "StarCraft II - client protocol"; homepage = "https://github.com/Blizzard/sc2client-proto"; homepage = "https://github.com/Blizzard/s2client-proto"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ ]; }; Loading
pkgs/games/worldofgoo/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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