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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 68701 in the body.
You can then email your comments to 68701 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#68701
; Package
guix-patches
.
(Wed, 24 Jan 2024 22:05:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Morgan Smith <Morgan.J.Smith <at> outlook.com>
:
New bug report received and forwarded. Copy sent to
andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
.
(Wed, 24 Jan 2024 22:05:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Liliana Marie Prikler <liliana.prikler <at> gmail.com>
:
You have taken responsibility.
(Sun, 28 Jan 2024 17:26:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Morgan Smith <Morgan.J.Smith <at> outlook.com>
:
bug acknowledged by developer.
(Sun, 28 Jan 2024 17:26:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 68701-done <at> debbugs.gnu.org (full text, mbox):
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
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 26 Feb 2024 12:24:06 GMT)
Full text and
rfc822 format available.
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.