summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorRenato Alves <alves.rjc@gmail.com>2018-11-03 17:26:28 +0100
committerPeter Simons <simons@cryp.to>2018-11-05 14:05:50 +0100
commit3bcdb3945ac63d756f3fde30220e1b81aff910eb (patch)
treeac4808d6864d872eb5a34e24476a74aa14ae94a2 /pkgs/development
parentff060e74b830465cdfad73f6ff0aa39f8f1d5b05 (diff)
downloadnixlib-3bcdb3945ac63d756f3fde30220e1b81aff910eb.tar
nixlib-3bcdb3945ac63d756f3fde30220e1b81aff910eb.tar.gz
nixlib-3bcdb3945ac63d756f3fde30220e1b81aff910eb.tar.bz2
nixlib-3bcdb3945ac63d756f3fde30220e1b81aff910eb.tar.lz
nixlib-3bcdb3945ac63d756f3fde30220e1b81aff910eb.tar.xz
nixlib-3bcdb3945ac63d756f3fde30220e1b81aff910eb.tar.zst
nixlib-3bcdb3945ac63d756f3fde30220e1b81aff910eb.zip
ghc-8.2.1-binary: Patch shebang causing failures in Centos 6
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/compilers/ghc/8.2.1-binary.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/compilers/ghc/8.2.1-binary.nix b/pkgs/development/compilers/ghc/8.2.1-binary.nix
index 6caeaf20f64c..626c0d8ca9c2 100644
--- a/pkgs/development/compilers/ghc/8.2.1-binary.nix
+++ b/pkgs/development/compilers/ghc/8.2.1-binary.nix
@@ -75,6 +75,7 @@ stdenv.mkDerivation rec {
     # Some scripts used during the build need to have their shebangs patched
     ''
       patchShebangs ghc-${version}/utils/
+      patchShebangs ghc-${version}/configure
     '' +
 
     # Strip is harmful, see also below. It's important that this happens