feat(3p/grpc): Build gRPC using LLVM10 & libcxx
This commit is contained in:
parent
4fb8788c01
commit
430e602336
2 changed files with 15 additions and 2 deletions
3
third_party/default.nix
vendored
3
third_party/default.nix
vendored
|
@ -65,7 +65,6 @@ let
|
|||
go
|
||||
google-cloud-sdk
|
||||
graphviz
|
||||
grpc
|
||||
gzip
|
||||
haskell
|
||||
iana-etc
|
||||
|
@ -163,7 +162,7 @@ in exposed.lib.fix(self: exposed // {
|
|||
|
||||
# Packages to be overridden
|
||||
originals = {
|
||||
inherit (nixpkgs) notmuch;
|
||||
inherit (nixpkgs) grpc notmuch;
|
||||
inherit (stableNixpkgs) git;
|
||||
ffmpeg = nixpkgs.ffmpeg-full;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue