From 3bcdb3945ac63d756f3fde30220e1b81aff910eb Mon Sep 17 00:00:00 2001 From: Renato Alves Date: Sat, 3 Nov 2018 17:26:28 +0100 Subject: [PATCH] ghc-8.2.1-binary: Patch shebang causing failures in Centos 6 --- pkgs/development/compilers/ghc/8.2.1-binary.nix | 1 + 1 file changed, 1 insertion(+) 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