summary refs log tree commit diff
path: root/pkgs/games/crawl/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/crawl/default.nix')
-rw-r--r--pkgs/games/crawl/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/games/crawl/default.nix b/pkgs/games/crawl/default.nix
index 7f971150c67..21432f0190d 100644
--- a/pkgs/games/crawl/default.nix
+++ b/pkgs/games/crawl/default.nix
@@ -25,10 +25,6 @@ stdenv.mkDerivation rec {
     cd source
     # Related to issue #1963
     sed -i 's/-fuse-ld=gold//g' Makefile
-    for i in util/*.pl; do
-      patchShebangs $i
-    done
-    patchShebangs util/gen-mi-enum
   '';
 
   makeFlags = [ "prefix=$(out)" "FORCE_CC=gcc" "FORCE_CXX=g++" "HOSTCXX=g++"