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.
The release tarball was modified in place to add a top-level directory.
* gnu/packages/xml (minixml)[source]: Use non-tarbomb URL-FETCH.
[arguments]: Remove ‘fix-permissions’ phase.
Fixes <https://bugs.gnu.org/37468>.
* gnu/packages/patches/python-libxml2-utf8.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/xml.scm (python-libxml2/fixed): New variable.
* gnu/packages/glib.scm (itstool/fixed): New variable.
* gnu/packages/gnome.scm (gnumeric)[native-inputs]: Use ITSTOOL/FIXED
instead of ITSTOOL.
The merge preceding this commit (fb9a23a3f3) ignored the replacement added in
5a836ce38c (gnu: expat: fix CVE-2018-20843), because the fix is already
present in Expat 2.2.7. This commit removes the remaining bits.
* gnu/packages/patches/expat-CVE-2018-20843.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/xml.scm (expat/fixed): Remove variable.