Loading pkgs/development/ruby-modules/gem-config/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -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: { Loading Loading
pkgs/development/ruby-modules/gem-config/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -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: { Loading