mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
ruby-modules/gem-config/re2: use our re2 instead of vendored
required after 2.0.0
This commit is contained in:
parent
e639783dd2
commit
122beeb894
@ -630,6 +630,9 @@ in
|
||||
|
||||
re2 = attrs: {
|
||||
buildInputs = [ re2 ];
|
||||
buildFlags = [
|
||||
"--enable-system-libraries"
|
||||
];
|
||||
};
|
||||
|
||||
rest-client = attrs: {
|
||||
|
Loading…
Reference in New Issue
Block a user