nixos/manual: fix cross-compilation
Remove absolute reference to xsltproc. This reference breaks cross-compilation: instead of host version builder tries to execute binary for target and fails.
This commit is contained in:
parent
45306ddf55
commit
e4f9d4f62c
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ let
|
|||
./manual.md \
|
||||
./manual-combined-pre.xml
|
||||
|
||||
${pkgs.libxslt.bin}/bin/xsltproc \
|
||||
xsltproc \
|
||||
-o manual-combined.xml ${./../../lib/make-options-doc/postprocess-option-descriptions.xsl} \
|
||||
manual-combined-pre.xml
|
||||
|
||||
|
|
Loading…
Reference in a new issue