about summary refs log tree commit diff
path: root/third_party/default.nix
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-05-27T00·25+0100
committerVincent Ambo <tazjin@google.com>2020-05-27T00·25+0100
commit7dc094173b641c78a449395cc6f28a5e52b6fe64 (patch)
treea75e090a28ed3750774d094b25028dedff8fa71e /third_party/default.nix
parent2e32ceb5234bee1f541a72abc41bfc6dcf60b7c4 (diff)
chore(3p): Remove glog override r/862
This library is being vendored, hence the override doesn't matter
anymore.
Diffstat (limited to 'third_party/default.nix')
-rw-r--r--third_party/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/default.nix b/third_party/default.nix
index 38317f7005..e8f878a896 100644
--- a/third_party/default.nix
+++ b/third_party/default.nix
@@ -162,7 +162,7 @@ in exposed // {
 
   # Packages to be overridden
   originals = {
-    inherit (nixpkgs) abseil-cpp glog notmuch;
+    inherit (nixpkgs) abseil-cpp notmuch;
     inherit (stableNixpkgs) git;
     ffmpeg = nixpkgs.ffmpeg-full;
   };