diff options
Diffstat (limited to 'third_party/default.nix')
-rw-r--r-- | third_party/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/default.nix b/third_party/default.nix index 2cf6d13cd24e..cb0233c9e60f 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 |