patch shebangs in build scripts

This commit is contained in:
Faye Duxovni 2022-05-11 13:07:57 -04:00
parent 8510b2f601
commit 727722d7a8

View file

@ -23,6 +23,10 @@
src = ./.;
postPatch = ''
patchShebangs .
'';
configurePhase = "";
buildPhase = ''