6 lines
99 B
Plaintext
Raw Normal View History

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