gnu: emacs-ebdb: Do not propagate emacs-org-roam.

* gnu/packages/emacs-xyz.scm (emacs-ebdb): Move emacs-org-roam from
propagated-inputs to inputs.  This is an optional dependency that would only
be used if the user is already using emacs-org-roam.

Change-Id: I012962a6f82c1242d59a152ab6030babec61ae45
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Morgan Smith 2024-01-24 16:56:34 -05:00 committed by Liliana Marie Prikler
parent 20c9af66eb
commit 963a21bedc
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

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