Skip to content

Commit

Permalink
fix(test): Remove bbdb-notmuch.el from the bbdb source files
Browse files Browse the repository at this point in the history
bbdb package fails to compile because it doesn't have notmuch as a dependency.
bbdb itself isn't specific to notmuch and shouldn't depend on the library, so
I will exclude bbdb-notmuch.el from bbdb.
  • Loading branch information
akirak committed Oct 25, 2023
1 parent c06f06f commit cabdf19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/twist.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ emacsTwist {
inputOverrides = {
bbdb = _: super: {
files = builtins.removeAttrs super.files [
"bbdb-notmuch.el"
"bbdb-vm.el"
"bbdb-vm-aux.el"
];
Expand Down

0 comments on commit cabdf19

Please sign in to comment.