gnu: emacs-ebdb: Fix build.

* gnu/packages/emacs-xyz.scm (emacs-ebdb)[propagated-inputs]: Add
EMACS-ORG-ROAM.

Change-Id: I77c2373dcc50ed4a832bf1d493c44eb0b96ebc7b
This commit is contained in:
Nicolas Goaziou 2024-01-22 09:14:37 +01:00
parent 17e0b03824
commit 48c52ed486
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -33608,6 +33608,7 @@ (define-public emacs-ebdb
(sha256
(base32 "12sydb2lm571096gpb8r0jpg19wiqpl52rcnrhkvzlhzxgg18pg5"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-org-roam))
(home-page "https://github.com/girzel/ebdb")
(synopsis "EIEIO port of BBDB, Emacs's contact-management package")
(description