MyPaint: fix the mypaint script to use the correct python instead of calling env
This commit is contained in:
parent
d0ce0f836f
commit
7f791a6449
@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
installPhase = ''
|
||||
scons prefix=$out install
|
||||
sed -i -e 's|/usr/bin/env python2.7|${python}/bin/python|' $out/bin/mypaint
|
||||
wrapProgram $out/bin/mypaint --prefix PYTHONPATH : $PYTHONPATH
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user