GNU bug report logs - #55243
[PATCH] gnu: emacs-org-contrib: Do not propogate cider to profile.

Previous Next

Package: guix-patches;

Reported by: Andrew Tropin <andrew <at> trop.in>

Date: Tue, 3 May 2022 11:53:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Andrew Tropin <andrew <at> trop.in>
Subject: bug#55243: closed (Re: [bug#55243] [PATCH] gnu: emacs-org-contrib:
 Do not propogate cider to profile.)
Date: Sun, 18 Sep 2022 12:48:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#55243: [PATCH] gnu: emacs-org-contrib: Do not propogate cider to profile.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 55243 <at> debbugs.gnu.org.

-- 
55243: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55243
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Andrew Tropin <andrew <at> trop.in>
Cc: 55243-done <at> debbugs.gnu.org
Subject: Re: [bug#55243] [PATCH] gnu: emacs-org-contrib: Do not propogate
 cider to profile.
Date: Sun, 18 Sep 2022 14:47:38 +0200
Hello,

Andrew Tropin <andrew <at> 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

[Message part 3 (message/rfc822, inline)]
From: Andrew Tropin <andrew <at> trop.in>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: emacs-org-contrib: Do not propogate cider to profile.
Date: Tue, 3 May 2022 13:22:53 +0300
[Message part 4 (text/plain, inline)]
* 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

[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 2 years and 242 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.