emacs-twist / twist.nix

Build an entire Emacs configuration as a Nix package in a pure, reproducible way
GNU General Public License v3.0
66 stars 6 forks source link

Test fails due to addition of bbdb-notmuch.el to bbdb #135

Closed akirak closed 8 months ago

akirak commented 8 months ago

CI failed due to a recent addition of a library to bbdb package:

    > In toplevel form:
   > bbdb-notmuch.el:27:2: Error: Cannot open load file: No such file or directory, notmuch-show

bbdb-notmuch.el is a recent addition to bbdb package, which is found in this diff.

This is likely a configuration problem. I will fix the test case later.