libxml2: use autoreconfHook

Avoid stale autotools files and allow building from git easily.
main
Jan Tojnar 2 years ago
parent 8570316d3d
commit 9c57fa9fc1
  1. 7
      pkgs/development/libraries/libxml2/default.nix

@ -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) [

Loading…
Cancel
Save