From: Morgan Smith <Morgan.J.Smith@outlook.com>
To: 68701@debbugs.gnu.org
Cc: Morgan Smith <Morgan.J.Smith@outlook.com>,
Andrew Tropin <andrew@trop.in>,
Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>,
Liliana Marie Prikler <liliana.prikler@gmail.com>
Subject: [bug#68701] [PATCH] gnu: emacs-ebdb: Do not propagate emacs-org-roam.
Date: Wed, 24 Jan 2024 16:56:34 -0500 [thread overview]
Message-ID: <CH3PR84MB3424161C651FC912C783372BC57B2@CH3PR84MB3424.NAMPRD84.PROD.OUTLOOK.COM> (raw)
* 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
next reply other threads:[~2024-01-24 22:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-24 21:56 Morgan Smith [this message]
2024-01-28 17:24 ` bug#68701: [PATCH] gnu: emacs-ebdb: Do not propagate emacs-org-roam Liliana Marie Prikler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CH3PR84MB3424161C651FC912C783372BC57B2@CH3PR84MB3424.NAMPRD84.PROD.OUTLOOK.COM \
--to=morgan.j.smith@outlook.com \
--cc=68701@debbugs.gnu.org \
--cc=andrew@trop.in \
--cc=cox.katherine.e+guix@gmail.com \
--cc=liliana.prikler@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.