libxslt: use autoreconfHook

Avoid stale autotools files and allow building from git easily.

Also needed to fix libtool issues on darwin-aarch64.
This commit is contained in:
Jan Tojnar 2022-02-22 08:05:37 +01:00
parent 2982bcbcbc
commit e2fd70f599

View file

@ -2,6 +2,7 @@
, stdenv
, fetchurl
, pkg-config
, autoreconfHook
, libxml2
, findXMLCatalogs
, gettext
@ -26,6 +27,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
pkg-config
autoreconfHook
];
buildInputs = [