inkscape: add python to the PATH, fixes #3449

This commit is contained in:
Cillian de Róiste 2014-08-09 17:02:36 +02:00
parent 7a09c6018d
commit d597651949

View File

@ -39,7 +39,8 @@ stdenv.mkDerivation rec {
for i in "$out/bin/"*
do
wrapProgram "$i" --prefix PYTHONPATH : \
"$(toPythonPath ${pyxml}):$(toPythonPath ${lxml})" || \
"$(toPythonPath ${pyxml}):$(toPythonPath ${lxml})" \
--prefix PATH : ${python}/bin || \
exit 2
done
rm $out/share/icons/hicolor/icon-theme.cache