diff options
author | Vincent Ambo <mail@tazj.in> | 2020-07-16T23·26+0100 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2020-07-17T02·59+0000 |
commit | a2870d05a31c6b0faaf43c24b98ffce4a09503d3 (patch) | |
tree | 98897500a40c58f0f0d69b93087f267c1d88d972 /third_party/default.nix | |
parent | a556913079c1936731243092fba5c5602655f5a0 (diff) |
feat(3p/gtest): Bump version & override stdenv to libcxx r/1345
Change-Id: I19a34e80f51add5a7c6cde2650aae60c1919ad43 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1238 Tested-by: BuildkiteCI Reviewed-by: glittershark <grfn@gws.fyi>
Diffstat (limited to 'third_party/default.nix')
-rw-r--r-- | third_party/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/default.nix b/third_party/default.nix index 7d2f6cdaecb4..f9b963f152ee 100644 --- a/third_party/default.nix +++ b/third_party/default.nix @@ -36,8 +36,8 @@ let age autoconf autoreconfHook - avrlibc avrdude + avrlibc awscli bashInteractive bat @@ -207,7 +207,7 @@ in exposed.lib.fix(self: exposed // { # Packages to be overridden originals = { - inherit (nixpkgs) openldap go grpc notmuch rr; + inherit (nixpkgs) gtest openldap go grpc notmuch rr; inherit (stableNixpkgs) git; ffmpeg = nixpkgs.ffmpeg-full; }; |