unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55243] [PATCH] gnu: emacs-org-contrib: Do not propogate cider to profile.
@ 2022-05-03 10:22 Andrew Tropin
  2022-09-18 12:47 ` bug#55243: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Tropin @ 2022-05-03 10:22 UTC (permalink / raw)
  To: 55243

[-- Attachment #1: Type: text/plain, Size: 892 bytes --]


* gnu/packages/emacs-xyz.scm (emacs-org-contrib)[native-inputs]: A emacs-cider
is an optional dependency, move it from propogated-inputs.
---
 gnu/packages/emacs-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a928ac72f1..c1ebfec62b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12682,9 +12682,10 @@ (define-public emacs-org-contrib
          (add-after 'unpack 'enter-source-directory
            (lambda _
              (chdir "lisp"))))))
+    (native-inputs
+     (list emacs-cider))
     (propagated-inputs
      (list emacs-arduino-mode ;XXX: remove after 0.4+ release.
-           emacs-cider
            emacs-org))
     (home-page "https://git.sr.ht/~bzg/org-contrib")
     (synopsis "Unmaintained add-ons for Org mode")
-- 
2.35.1


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 853 bytes --]

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

* bug#55243: [PATCH] gnu: emacs-org-contrib: Do not propogate cider to profile.
  2022-05-03 10:22 [bug#55243] [PATCH] gnu: emacs-org-contrib: Do not propogate cider to profile Andrew Tropin
@ 2022-09-18 12:47 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-09-18 12:47 UTC (permalink / raw)
  To: Andrew Tropin; +Cc: 55243-done

Hello,

Andrew Tropin <andrew@trop.in> writes:

> * gnu/packages/emacs-xyz.scm (emacs-org-contrib)[native-inputs]: A emacs-cider
> is an optional dependency, move it from propogated-inputs.

This was applied as 2f58393d995de9638140962cf4c40e5f2ba08c3a. Closing.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2022-09-18 12:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-03 10:22 [bug#55243] [PATCH] gnu: emacs-org-contrib: Do not propogate cider to profile Andrew Tropin
2022-09-18 12:47 ` bug#55243: " 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).