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:
parent
d38995385b
commit
33c2a27d77
2 changed files with 2 additions and 18 deletions
3
third_party/default.nix
vendored
3
third_party/default.nix
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue