Commit 122beeb8 authored by ajs124's avatar ajs124 Committed by Yaya
Browse files

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

required after 2.0.0
parent e639783d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -630,6 +630,9 @@ in

  re2 = attrs: {
    buildInputs = [ re2 ];
    buildFlags = [
      "--enable-system-libraries"
    ];
  };

  rest-client = attrs: {