lol

treewide: Mass replace 'libxslt}/bin' to refer to the correct outputs

authored by

Tuomas Tynkkynen and committed by
Tuomas Tynkkynen
87cb1b0c 66de416b

+2 -2
+2 -2
pkgs/tools/misc/venus/default.nix
··· 20 20 substituteInPlace planet.py \ 21 21 --replace "#!/usr/bin/env python" "#!${python}/bin/python" 22 22 substituteInPlace tests/test_apply.py \ 23 - --replace "'xsltproc" "'${libxslt}/bin/xsltproc" 23 + --replace "'xsltproc" "'${libxslt.bin}/bin/xsltproc" 24 24 substituteInPlace planet/shell/xslt.py \ 25 - --replace "'xsltproc" "'${libxslt}/bin/xsltproc" 25 + --replace "'xsltproc" "'${libxslt.bin}/bin/xsltproc" 26 26 ''; 27 27 28 28 doCheck = true;