GNU bug report logs -
#68701
[PATCH] gnu: emacs-ebdb: Do not propagate emacs-org-roam.
Previous Next
Reported by: Morgan Smith <Morgan.J.Smith <at> outlook.com>
Date: Wed, 24 Jan 2024 22:05:01 UTC
Severity: normal
Tags: patch
Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 28 Jan 2024 18:24:51 +0100
with message-id <b91dfe22aa998b439187df5687ae948a22329f4c.camel <at> gmail.com>
and subject line Re: [bug#68701] [PATCH] gnu: emacs-ebdb: Do not propagate emacs-org-roam.
has caused the debbugs.gnu.org bug report #68701,
regarding [PATCH] gnu: emacs-ebdb: Do not propagate emacs-org-roam.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
68701: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68701
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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(-)
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
[Message part 3 (message/rfc822, inline)]
Am Mittwoch, dem 24.01.2024 um 16:56 -0500 schrieb Morgan Smith:
> * 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
This bug report was last modified 1 year and 113 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.