libxml2: Fix MinGW Build

This commit is contained in:
hellodword
2025-06-30 14:38:07 +00:00
parent 048245e16d
commit 54c298cc6a
@@ -82,7 +82,7 @@ stdenv.mkDerivation (finalAttrs: {
[
findXMLCatalogs
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
++ lib.optionals (stdenv.hostPlatform.isDarwin || stdenv.hostPlatform.isMinGW) [
libiconv
]
++ lib.optionals icuSupport [