xhtml1: libxml2 is a nativeBuildInput

This commit is contained in:
Tuomas Tynkkynen 2017-11-27 20:34:19 +02:00
parent aeed0a9d17
commit f24d1b7c2c

View file

@ -8,7 +8,7 @@ stdenv.mkDerivation {
sha256 = "0rr0d89i0z75qvjbm8il93bippx09hbmjwy0y2sj44n9np69x3hl";
};
buildInputs = [ libxml2 ];
nativeBuildInputs = [ libxml2 ];
installPhase =
''