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