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 , stdenv
, fetchurl , fetchurl
, pkg-config , pkg-config
, autoreconfHook
, libxml2 , libxml2
, findXMLCatalogs , findXMLCatalogs
, gettext , gettext
@ -26,6 +27,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config
autoreconfHook
]; ];
buildInputs = [ buildInputs = [