rubyPackages.nokogiri: mark as broken for old libxml2

This commit is contained in:
Stanisław Pitucha
2024-06-21 15:16:38 +10:00
parent 2873030a27
commit 651cab9ae0
@@ -603,6 +603,11 @@ in
];
} // lib.optionalAttrs stdenv.isDarwin {
buildInputs = [ libxml2 ];
# libxml 2.12 upgrade requires these fixes
# https://github.com/sparklemotion/nokogiri/pull/3032
# which don't trivially apply to older versions
meta.broken = (lib.versionOlder attrs.version "1.16.0") && (lib.versionAtLeast libxml2.version "2.12");
});
openssl = attrs: {