* [bug#68701] [PATCH] gnu: emacs-ebdb: Do not propagate emacs-org-roam.
@ 2024-01-24 21:56 Morgan Smith
2024-01-28 17:24 ` bug#68701: " Liliana Marie Prikler
0 siblings, 1 reply; 2+ messages in thread
From: Morgan Smith @ 2024-01-24 21:56 UTC (permalink / raw)
To: 68701
Cc: Morgan Smith, Andrew Tropin, Katherine Cox-Buday,
Liliana Marie Prikler
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#68701: [PATCH] gnu: emacs-ebdb: Do not propagate emacs-org-roam.
2024-01-24 21:56 [bug#68701] [PATCH] gnu: emacs-ebdb: Do not propagate emacs-org-roam Morgan Smith
@ 2024-01-28 17:24 ` Liliana Marie Prikler
0 siblings, 0 replies; 2+ messages in thread
From: Liliana Marie Prikler @ 2024-01-28 17:24 UTC (permalink / raw)
To: Morgan Smith, 68701-done; +Cc: Katherine Cox-Buday, Andrew Tropin
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-01-28 17:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-24 21:56 [bug#68701] [PATCH] gnu: emacs-ebdb: Do not propagate emacs-org-roam Morgan Smith
2024-01-28 17:24 ` bug#68701: " Liliana Marie Prikler
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).