libxslt: use autoreconfHook

Avoid stale autotools files and allow building from git easily.

Also needed to fix libtool issues on darwin-aarch64.
main
Jan Tojnar 2 years ago
parent 2982bcbcbc
commit e2fd70f599
  1. 2
      pkgs/development/libraries/libxslt/default.nix

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

Loading…
Cancel
Save