6 lines
99 B
Plaintext
6 lines
99 B
Plaintext
buildInputs = [ python ];
|
|
buildPhase = ''
|
|
patchShebangs .
|
|
./install.sh
|
|
'';
|