ruby-modules/gem-config/re2: use our re2 instead of vendored

required after 2.0.0
This commit is contained in:
ajs124 2023-09-21 13:35:05 +02:00 committed by Yaya
parent e639783dd2
commit 122beeb894

View File

@ -630,6 +630,9 @@ in
re2 = attrs: {
buildInputs = [ re2 ];
buildFlags = [
"--enable-system-libraries"
];
};
rest-client = attrs: {