chore(third_party): Remove pounce override

Pounce is now available at 1.1 from nixpkgs upstream and no longer
needs to be bumped manually.
This commit is contained in:
Vincent Ambo 2020-03-01 01:06:00 +00:00
parent d38995385b
commit 33c2a27d77
2 changed files with 2 additions and 18 deletions

View file

@ -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