From 34fe9ad338461ba21cbd6ffdcc72ca94b249b3e7 Mon Sep 17 00:00:00 2001 From: James Robinson Date: Wed, 13 Mar 2024 10:13:35 +0000 Subject: [PATCH] worldofgoo: fix typo in help message File name in help message was incorrect --- pkgs/games/worldofgoo/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/games/worldofgoo/default.nix b/pkgs/games/worldofgoo/default.nix index 123e296f5e0a..a54cea0ae9f9 100644 --- a/pkgs/games/worldofgoo/default.nix +++ b/pkgs/games/worldofgoo/default.nix @@ -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. '';