patch shebangs in boot script
This commit is contained in:
parent
dcafdf47ea
commit
2a5dacbf6b
@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
postUnpack = ''
|
||||
pushd ghc-${builtins.substring 0 7 rev}
|
||||
patchShebangs .
|
||||
./boot
|
||||
popd
|
||||
'';
|
||||
|
Loading…
x
Reference in New Issue
Block a user