patch shebangs in boot script

This commit is contained in:
Joel Taylor 2015-02-12 12:18:30 -08:00 committed by Peter Simons
parent dcafdf47ea
commit 2a5dacbf6b

View file

@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
postUnpack = ''
pushd ghc-${builtins.substring 0 7 rev}
patchShebangs .
./boot
popd
'';