summary refs log tree commit diff
path: root/pkgs/games/hawkthorne/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/hawkthorne/default.nix')
-rw-r--r--pkgs/games/hawkthorne/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/hawkthorne/default.nix b/pkgs/games/hawkthorne/default.nix
index 470e1d090fc..97aee425fd1 100644
--- a/pkgs/games/hawkthorne/default.nix
+++ b/pkgs/games/hawkthorne/default.nix
@@ -2,7 +2,7 @@
 
 stdenv.mkDerivation rec {
   version = "0.12.1";
-  name = "hawkthorne-${version}";
+  pname = "hawkthorne";
 
   src = fetchgit {
     url = "https://github.com/hawkthorne/hawkthorne-journey.git";