mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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:
parent
20c9af66eb
commit
963a21bedc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue