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 97aee425fd162..a770e452ae4c8 100644
--- a/pkgs/games/hawkthorne/default.nix
+++ b/pkgs/games/hawkthorne/default.nix
@@ -1,6 +1,6 @@
 { fetchgit, stdenv, love, curl, zip }:
 
-stdenv.mkDerivation rec {
+stdenv.mkDerivation {
   version = "0.12.1";
   pname = "hawkthorne";