xmlto: fix cross-build
This commit is contained in:
parent
999387d718
commit
693b47bc0b
@ -22,8 +22,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
# `libxml2' provides `xmllint', needed at build-time and run-time.
|
# `libxml2' provides `xmllint', needed at build-time and run-time.
|
||||||
# `libxslt' provides `xsltproc', used by `xmlto' at run-time.
|
# `libxslt' provides `xsltproc', used by `xmlto' at run-time.
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper getopt ];
|
||||||
buildInputs = [ libxml2 libxslt docbook_xml_dtd_45 docbook_xsl getopt ];
|
buildInputs = [ libxml2 libxslt docbook_xml_dtd_45 docbook_xsl ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapProgram "$out/bin/xmlto" \
|
wrapProgram "$out/bin/xmlto" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user