aboutsummaryrefslogtreecommitdiff
path: root/pkgs/games/xsokoban
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2017-06-16 07:18:20 -0500
committerWill Dietz <w@wdtz.org>2017-06-16 07:18:20 -0500
commit479d9f9cd321910d49f2803f200042dde1c1a8ab (patch)
tree612440317027972c4705a4c593555f20420f4941 /pkgs/games/xsokoban
parent8098e4048bbce82e37603199c56334213e103b91 (diff)
xsokoban: Don't set special bits on install
Diffstat (limited to 'pkgs/games/xsokoban')
-rw-r--r--pkgs/games/xsokoban/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/games/xsokoban/default.nix b/pkgs/games/xsokoban/default.nix
index 47d05b7e3f6a..2ec47d5d8b2b 100644
--- a/pkgs/games/xsokoban/default.nix
+++ b/pkgs/games/xsokoban/default.nix
@@ -15,6 +15,10 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "format" ];
+ prePatch = ''
+ substituteInPlace Makefile.in --replace 4755 0755
+ '';
+
preConfigure = ''
sed -e 's/getline/my_getline/' -i score.c