treewide: Mass replace 'libxslt}/bin' to refer to the correct outputs
This commit is contained in:
parent
66de416b7a
commit
87cb1b0ca1
@ -20,9 +20,9 @@ stdenv.mkDerivation rec {
|
|||||||
substituteInPlace planet.py \
|
substituteInPlace planet.py \
|
||||||
--replace "#!/usr/bin/env python" "#!${python}/bin/python"
|
--replace "#!/usr/bin/env python" "#!${python}/bin/python"
|
||||||
substituteInPlace tests/test_apply.py \
|
substituteInPlace tests/test_apply.py \
|
||||||
--replace "'xsltproc" "'${libxslt}/bin/xsltproc"
|
--replace "'xsltproc" "'${libxslt.bin}/bin/xsltproc"
|
||||||
substituteInPlace planet/shell/xslt.py \
|
substituteInPlace planet/shell/xslt.py \
|
||||||
--replace "'xsltproc" "'${libxslt}/bin/xsltproc"
|
--replace "'xsltproc" "'${libxslt.bin}/bin/xsltproc"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user