diff options
author | Vincent Ambo <tazjin@google.com> | 2020-05-18T01·39+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-05-18T01·39+0100 |
commit | ce99ba42df493bb521f47789fb8902d7693c5b9c (patch) | |
tree | f3aa98e4f9e897423d098e8ae7cd043865307d8f /third_party/default.nix | |
parent | 6dc6c29fa4a4ddd3bb72f8415fac5936d719bd44 (diff) |
feat(3p/glog): Update glog version r/755
Diffstat (limited to 'third_party/default.nix')
-rw-r--r-- | third_party/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/third_party/default.nix b/third_party/default.nix index 97a2dae86e76..16d99cadf3b1 100644 --- a/third_party/default.nix +++ b/third_party/default.nix @@ -54,7 +54,6 @@ let freetype gettext glibc - glog gnutar go google-cloud-sdk @@ -151,7 +150,7 @@ in exposed // { # Packages to be overridden originals = { - inherit (nixpkgs) abseil-cpp git notmuch; + inherit (nixpkgs) abseil-cpp git glog notmuch; ffmpeg = nixpkgs.ffmpeg-full; }; |