summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2014-08-21 08:42:00 +0400
committerMichael Raskin <7c6f434c@mail.ru>2014-08-21 08:42:00 +0400
commitb6a2f8eaa8019fa1b40e1ed160eddf3c3e2ae944 (patch)
tree90dc577ba9126c20f9caa4688e5c52b269a401a5 /pkgs/servers
parent81ad94ce5106c5ab7f31044b591a6d2b884c02c1 (diff)
downloadnixpkgs-b6a2f8eaa8019fa1b40e1ed160eddf3c3e2ae944.tar
nixpkgs-b6a2f8eaa8019fa1b40e1ed160eddf3c3e2ae944.tar.gz
nixpkgs-b6a2f8eaa8019fa1b40e1ed160eddf3c3e2ae944.tar.bz2
nixpkgs-b6a2f8eaa8019fa1b40e1ed160eddf3c3e2ae944.tar.lz
nixpkgs-b6a2f8eaa8019fa1b40e1ed160eddf3c3e2ae944.tar.xz
nixpkgs-b6a2f8eaa8019fa1b40e1ed160eddf3c3e2ae944.tar.zst
nixpkgs-b6a2f8eaa8019fa1b40e1ed160eddf3c3e2ae944.zip
Fix a strange openresty build error
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/http/openresty/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/servers/http/openresty/default.nix b/pkgs/servers/http/openresty/default.nix
index f95272b7e8a..e301cc429b9 100644
--- a/pkgs/servers/http/openresty/default.nix
+++ b/pkgs/servers/http/openresty/default.nix
@@ -46,6 +46,7 @@ stdenv.mkDerivation rec {
   preConfigure = ''
     export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${libxml2}/include/libxml2 $additionalFlags"
     export PATH="$PATH:${stdenv.gcc.libc}/sbin"
+    patchShebangs .
   '';
 
   meta = {