xsokoban: Don't set special bits on install
This commit is contained in:
parent
8098e4048b
commit
479d9f9cd3
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue