6 lines
99 B
Plaintext

buildInputs = [ python ];
buildPhase = ''
patchShebangs .
./install.sh
'';