ghc-8.2.1-binary: Patch shebang causing failures in Centos 6

This commit is contained in:
Renato Alves 2018-11-03 17:26:28 +01:00 committed by Peter Simons
parent ff060e74b8
commit 3bcdb3945a

View File

@ -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