about summary refs log tree commit diff
path: root/third_party/default.nix
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-03-01T01·06+0000
committerVincent Ambo <tazjin@google.com>2020-03-01T01·06+0000
commit33c2a27d775ab63e9ad239f9058bc8097fbfd445 (patch)
tree0a8f246f69414afc15381f4d949b675e2829e858 /third_party/default.nix
parentd38995385b450c8b60f6a474574e61479ed74d5c (diff)
chore(third_party): Remove pounce override r/587
Pounce is now available at 1.1 from nixpkgs upstream and no longer
needs to be bumped manually.
Diffstat (limited to 'third_party/default.nix')
-rw-r--r--third_party/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/default.nix b/third_party/default.nix
index 2cf6d13cd2..cb0233c9e6 100644
--- a/third_party/default.nix
+++ b/third_party/default.nix
@@ -79,6 +79,7 @@ let
       pandoc
       parallel
       pkgconfig
+      pounce
       protobuf
       python3Packages
       remarshal
@@ -117,7 +118,7 @@ in exposed // {
 
   # Packages to be overridden
   originals = {
-    inherit (nixpkgs) git guile notmuch pounce;
+    inherit (nixpkgs) git guile notmuch;
   };
 
   # Make NixOS available