mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
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…
Reference in New Issue
Block a user