3
0
Fork 0
forked from mirrors/nixpkgs

treewide: Fix output references to pstoedit

This commit is contained in:
Tuomas Tynkkynen 2016-08-23 04:37:05 +03:00
parent b61fbf3132
commit 6fc31bada5

View file

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
postInstall = ''
for i in $out/bin/*; do
wrapProgram $i \
--prefix PATH ':' "${pstoedit}/bin" \
--prefix PATH ':' "${pstoedit.out}/bin" \
--prefix XDG_DATA_DIRS ':' "${oxygen_icons}/share"
done
'';