forked from mirrors/nixpkgs
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.
|
||||
# `libxslt' provides `xsltproc', used by `xmlto' at run-time.
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
buildInputs = [ libxml2 libxslt docbook_xml_dtd_45 docbook_xsl getopt ];
|
||||
nativeBuildInputs = [ makeWrapper getopt ];
|
||||
buildInputs = [ libxml2 libxslt docbook_xml_dtd_45 docbook_xsl ];
|
||||
|
||||
postInstall = ''
|
||||
wrapProgram "$out/bin/xmlto" \
|
||||
|
|
Loading…
Reference in a new issue