unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61147] [PATCH] gnu: emacs-org-board: Not dependent on emacs-org
@ 2023-01-29 11:59 Cayetano Santos via Guix-patches via
  2023-01-29 14:50 ` Nicolas Goaziou
  0 siblings, 1 reply; 4+ messages in thread
From: Cayetano Santos via Guix-patches via @ 2023-01-29 11:59 UTC (permalink / raw)
  To: 61147; +Cc: Cayetano Santos

* gnu/packages/emacs-xyz.scm (emacs-org-board): remove emacs-org

Org is already included with emacs.
---
 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 4b2fc8f0dc..92a11e18b5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25142,7 +25142,7 @@ (define-public emacs-org-board
       (inputs
        (list wget))
       (propagated-inputs
-       (list emacs-org emacs-ztree))
+       (list emacs-ztree))
       (home-page "https://github.com/charlesroelli/org-board")
       (synopsis "Bookmarking and web archival system for Org mode")
       (description

base-commit: b9e6e31877cdb96cceba4d1ec6268f86b824dec4
-- 
2.39.1





^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-01-29 19:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-29 11:59 [bug#61147] [PATCH] gnu: emacs-org-board: Not dependent on emacs-org Cayetano Santos via Guix-patches via
2023-01-29 14:50 ` Nicolas Goaziou
2023-01-29 18:54   ` Cayetano Santos via Guix-patches via
2023-01-29 19:47     ` bug#61147: " Nicolas Goaziou

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).