gnu: libxslt: Fix cross-compilation.
authorMathieu Othacehe <m.othacehe@gmail.com>
Mon, 16 Dec 2019 12:39:05 +0000 (13:39 +0100)
committerMathieu Othacehe <m.othacehe@gmail.com>
Mon, 16 Dec 2019 15:33:01 +0000 (16:33 +0100)
commit60825fdd18d56bec0aefd1760bd663f70e7ff1cc
treec51843a6028327eece4c02286cb5fc0617937260
parent2e4c2a3ae9297e86f3665cbb89e6cb8113360f3a
gnu: libxslt: Fix cross-compilation.

This package native build was relying on xz as an implicit input. In fact
libxslt is linking against liblzma, and xz is thus an input.

* gnu/packages/xml.scm (libxslt)[inputs]: Add xz.
gnu/packages/xml.scm