patch shebangs in boot script

This commit is contained in:
Joel Taylor
2015-02-13 10:37:47 +01:00
committed by Peter Simons
parent dcafdf47ea
commit 2a5dacbf6b
+1
View File
@@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
postUnpack = ''
pushd ghc-${builtins.substring 0 7 rev}
patchShebangs .
./boot
popd
'';