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