libxml2: use autoreconfHook

Avoid stale autotools files and allow building from git easily.
This commit is contained in:
Jan Tojnar 2022-02-20 16:27:19 +01:00
parent 8570316d3d
commit 9c57fa9fc1

View File

@ -3,6 +3,8 @@
, fetchurl
, fetchpatch
, zlib
, pkg-config
, autoreconfHook
, xz
, libintl
, python
@ -55,6 +57,11 @@ stdenv.mkDerivation rec {
strictDeps = true;
nativeBuildInputs = [
pkg-config
autoreconfHook
];
buildInputs = lib.optionals pythonSupport [
python
] ++ lib.optionals (pythonSupport && python?isPy2 && python.isPy2) [