[PATCH] gnu: emacs-ebdb: Do not propagate emacs-org-roam.

  • Done
  • quality assurance status badge
Details
2 participants
  • Morgan Smith
  • Liliana Marie Prikler
Owner
unassigned
Submitted by
Morgan Smith
Severity
normal

Debbugs page

Morgan Smith wrote 1 years ago
(address . guix-patches@gnu.org)(name . Morgan Smith)(address . Morgan.J.Smith@outlook.com)
CH3PR84MB3424161C651FC912C783372BC57B2@CH3PR84MB3424.NAMPRD84.PROD.OUTLOOK.COM
* 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
---

emacs-org-roam propagates emacs-magit which installs a bunch of keybindings and
made me unhappy. This patch keeps me happy. I installed this package on my
system with this change and everything still works great.

gnu/packages/emacs-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (13 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 07cf7f02d4..4c48d707ab 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33820,7 +33820,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
--
2.41.0
Liliana Marie Prikler wrote 1 years ago
b91dfe22aa998b439187df5687ae948a22329f4c.camel@gmail.com
Am Mittwoch, dem 24.01.2024 um 16:56 -0500 schrieb Morgan Smith:
Toggle quote (12 lines)
> * 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
> ---
>
> emacs-org-roam propagates emacs-magit which installs a bunch of
> keybindings and made me unhappy.  This patch keeps me happy.  I
> installed this package on my system with this change and everything
> still works great.
Sounds reasonable.

Applied
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 68701@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 68701
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help