mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
inkscape: add python to the PATH, fixes #3449
This commit is contained in:
parent
7a09c6018d
commit
d597651949
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue