##// END OF EJS Templates
nix: expose python
marcink -
r4760:e29f166c python3
parent child Browse files
Show More
@@ -217,6 +217,9 b' let'
217 217 # python based programs need to be wrapped
218 218 mkdir -p $out/bin
219 219
220 # expose python
221 ln -s ${self.python}/bin/python $out/bin/
222
220 223 # required binaries from dependencies
221 224 ln -s ${self.supervisor}/bin/supervisorctl $out/bin/
222 225 ln -s ${self.supervisor}/bin/supervisord $out/bin/
General Comments 0
You need to be logged in to leave comments. Login now