patch shebangs in build scripts
This commit is contained in:
parent
8510b2f601
commit
727722d7a8
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@
|
|||
|
||||
src = ./.;
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs .
|
||||
'';
|
||||
|
||||
configurePhase = "";
|
||||
|
||||
buildPhase = ''
|
||||
|
|
Loading…
Reference in a new issue