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