From unknown Tue Jun 17 01:50:31 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#55243] [PATCH] gnu: emacs-org-contrib: Do not propogate cider to profile. Resent-From: Andrew Tropin Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 03 May 2022 11:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 55243 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 55243@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.165157875121823 (code B ref -1); Tue, 03 May 2022 11:53:02 +0000 Received: (at submit) by debbugs.gnu.org; 3 May 2022 11:52:31 +0000 Received: from localhost ([127.0.0.1]:38859 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nlr4x-0005fu-CR for submit@debbugs.gnu.org; Tue, 03 May 2022 07:52:31 -0400 Received: from lists.gnu.org ([209.51.188.17]:58734) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nlr4v-0005fn-Ly for submit@debbugs.gnu.org; Tue, 03 May 2022 07:52:30 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40096) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nlr4v-00071d-EY for guix-patches@gnu.org; Tue, 03 May 2022 07:52:29 -0400 Received: from relay5-d.mail.gandi.net ([2001:4b98:dc4:8::225]:32911) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nlr4t-0003pb-A0 for guix-patches@gnu.org; Tue, 03 May 2022 07:52:28 -0400 Received: (Authenticated sender: andrew@trop.in) by mail.gandi.net (Postfix) with ESMTPSA id E91B21C0005 for ; Tue, 3 May 2022 11:52:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=trop.in; s=gm1; t=1651578743; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=40odbH2IT46SSv0TQloWqtXyX0I+YclOzP/mJJ0ASFw=; b=Z0PdRzsyJwHzaVn0biHwtHB6KzvzLkUgSNCQ4ab2hsWKHdmQZy6CV5fBqzfpBNftyPF8x+ lnmhs3x/bg1CMOe1nslQVPI0mWXKeuBhFVihWDAoCri90ldfegAsDNLxztkEu+5Zj+jd9E zfwfR7+KSfv/vH20DOzWDohf37UuZpUGA0sCzUnTw52vOni0wI6I4YlikGvmJvW9hDM/Lv 3rh2ypHrSs9EhruhKN46s1jjh0g8Y3qX/Qz+eiokxNOJUFhn5g7lCWpq77usRRpvmaSTm2 XEGY+An9q+NydXZCrViIrcs7zxAL6MpzOY68ASCrCLmOFeGMoKLaHxxZBFJFnA== From: Andrew Tropin Date: Tue, 3 May 2022 13:22:53 +0300 Message-ID: <87k0b2u93h.fsf@trop.in> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2001:4b98:dc4:8::225; envelope-from=andrew@trop.in; helo=relay5-d.mail.gandi.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.7 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.7 (--) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable * gnu/packages/emacs-xyz.scm (emacs-org-contrib)[native-inputs]: A emacs-ci= der is an optional dependency, move it from propogated-inputs. =2D-- 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 =2D-- 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. =2D emacs-cider emacs-org)) (home-page "https://git.sr.ht/~bzg/org-contrib") (synopsis "Unmaintained add-ons for Org mode") =2D-=20 2.35.1 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJDBAEBCgAtFiEEKEGaxlA4dEDH6S/6IgjSCVjB3rAFAmJxF3IPHGFuZHJld0B0 cm9wLmluAAoJECII0glYwd6w1c4P/1bOgZYG9hEPLHNdhaS8yMvcZgjeBcBLvOp4 M3aFdIbGJuUk9Atgvq4nyOtKgM01nScZwevNEUBdRSQ72ZylZfhhEI6CNPDZcBg/ 7xEjBT2Dw1lYSPvt+9+C+RL2wIR3XMY5arauxSpi+c4BT1HRJdzloqwqW6yorbqn QmxPIGeJs7yMUu6M4v3YLvAgtJwjME1fLgKyMkWgzd3DTk1a/oPPb+MGYhqFiiqW 49FYZ0W2u6e5lVIPvwnHTpcrU0jpCzbmRWyfu5Bwy80mg/uLv2NG17YbgEXVcLhs 52vOncVxhlvQZPfLTcGyxV1mXm48f3bc50qJolLSk4+/s9gw8TIH90CkZ9IHzF9D gmY4CfZTISC4jlDGbek5yBu5bcD4kR0vs+1R8k56/Rwg1Uay7yejPmBcGAI1DBbi /RiPcdPPPPsHJfHsnjcXYRPeyp5alMOOZVv+3GltdcoOydgyMsaEilq30nqxNPIA Bc+EDqu351GVEBCTXN1BxUj4ZdlD2RCXEXotNSRd6I6zFL1y1pBg50t9aO3665fi NoucSuydCcgsWIZoDJIBBNZITDmMB7cC3IXcQvln3Ha72GJO8LW5FFoDX/A8+4D2 KBv9AGWXigoJC464LLPKVImjzC4xp5FIZtJub3NI+Y0V7u705EbInQ51Bv9IHKy6 K+jVGsxA =7wwA -----END PGP SIGNATURE----- --=-=-=-- From unknown Tue Jun 17 01:50:31 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Andrew Tropin Subject: bug#55243: closed (Re: [bug#55243] [PATCH] gnu: emacs-org-contrib: Do not propogate cider to profile.) Message-ID: References: <8735cozw5x.fsf@nicolasgoaziou.fr> <87k0b2u93h.fsf@trop.in> X-Gnu-PR-Message: they-closed 55243 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 55243@debbugs.gnu.org Date: Sun, 18 Sep 2022 12:48:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1663505282-1659-1" This is a multi-part message in MIME format... ------------=_1663505282-1659-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" 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@debbugs.gnu.org. --=20 55243: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D55243 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1663505282-1659-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 55243-done) by debbugs.gnu.org; 18 Sep 2022 12:47:46 +0000 Received: from localhost ([127.0.0.1]:48292 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oZti6-0000PI-BM for submit@debbugs.gnu.org; Sun, 18 Sep 2022 08:47:46 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:36691) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oZti4-0000OQ-Cn for 55243-done@debbugs.gnu.org; Sun, 18 Sep 2022 08:47:45 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id 6A89C1BF205; Sun, 18 Sep 2022 12:47:37 +0000 (UTC) From: Nicolas Goaziou To: Andrew Tropin Subject: Re: [bug#55243] [PATCH] gnu: emacs-org-contrib: Do not propogate cider to profile. References: <87k0b2u93h.fsf@trop.in> Date: Sun, 18 Sep 2022 14:47:38 +0200 In-Reply-To: <87k0b2u93h.fsf@trop.in> (Andrew Tropin's message of "Tue, 3 May 2022 13:22:53 +0300") Message-ID: <8735cozw5x.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 55243-done Cc: 55243-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hello, Andrew Tropin 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 ------------=_1663505282-1659-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 3 May 2022 11:52:31 +0000 Received: from localhost ([127.0.0.1]:38859 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nlr4x-0005fu-CR for submit@debbugs.gnu.org; Tue, 03 May 2022 07:52:31 -0400 Received: from lists.gnu.org ([209.51.188.17]:58734) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nlr4v-0005fn-Ly for submit@debbugs.gnu.org; Tue, 03 May 2022 07:52:30 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40096) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nlr4v-00071d-EY for guix-patches@gnu.org; Tue, 03 May 2022 07:52:29 -0400 Received: from relay5-d.mail.gandi.net ([2001:4b98:dc4:8::225]:32911) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nlr4t-0003pb-A0 for guix-patches@gnu.org; Tue, 03 May 2022 07:52:28 -0400 Received: (Authenticated sender: andrew@trop.in) by mail.gandi.net (Postfix) with ESMTPSA id E91B21C0005 for ; Tue, 3 May 2022 11:52:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=trop.in; s=gm1; t=1651578743; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=40odbH2IT46SSv0TQloWqtXyX0I+YclOzP/mJJ0ASFw=; b=Z0PdRzsyJwHzaVn0biHwtHB6KzvzLkUgSNCQ4ab2hsWKHdmQZy6CV5fBqzfpBNftyPF8x+ lnmhs3x/bg1CMOe1nslQVPI0mWXKeuBhFVihWDAoCri90ldfegAsDNLxztkEu+5Zj+jd9E zfwfR7+KSfv/vH20DOzWDohf37UuZpUGA0sCzUnTw52vOni0wI6I4YlikGvmJvW9hDM/Lv 3rh2ypHrSs9EhruhKN46s1jjh0g8Y3qX/Qz+eiokxNOJUFhn5g7lCWpq77usRRpvmaSTm2 XEGY+An9q+NydXZCrViIrcs7zxAL6MpzOY68ASCrCLmOFeGMoKLaHxxZBFJFnA== From: Andrew Tropin To: guix-patches@gnu.org Subject: [PATCH] gnu: emacs-org-contrib: Do not propogate cider to profile. Date: Tue, 3 May 2022 13:22:53 +0300 Message-ID: <87k0b2u93h.fsf@trop.in> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2001:4b98:dc4:8::225; envelope-from=andrew@trop.in; helo=relay5-d.mail.gandi.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.7 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.7 (--) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable * gnu/packages/emacs-xyz.scm (emacs-org-contrib)[native-inputs]: A emacs-ci= der is an optional dependency, move it from propogated-inputs. =2D-- 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 =2D-- 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. =2D emacs-cider emacs-org)) (home-page "https://git.sr.ht/~bzg/org-contrib") (synopsis "Unmaintained add-ons for Org mode") =2D-=20 2.35.1 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJDBAEBCgAtFiEEKEGaxlA4dEDH6S/6IgjSCVjB3rAFAmJxF3IPHGFuZHJld0B0 cm9wLmluAAoJECII0glYwd6w1c4P/1bOgZYG9hEPLHNdhaS8yMvcZgjeBcBLvOp4 M3aFdIbGJuUk9Atgvq4nyOtKgM01nScZwevNEUBdRSQ72ZylZfhhEI6CNPDZcBg/ 7xEjBT2Dw1lYSPvt+9+C+RL2wIR3XMY5arauxSpi+c4BT1HRJdzloqwqW6yorbqn QmxPIGeJs7yMUu6M4v3YLvAgtJwjME1fLgKyMkWgzd3DTk1a/oPPb+MGYhqFiiqW 49FYZ0W2u6e5lVIPvwnHTpcrU0jpCzbmRWyfu5Bwy80mg/uLv2NG17YbgEXVcLhs 52vOncVxhlvQZPfLTcGyxV1mXm48f3bc50qJolLSk4+/s9gw8TIH90CkZ9IHzF9D gmY4CfZTISC4jlDGbek5yBu5bcD4kR0vs+1R8k56/Rwg1Uay7yejPmBcGAI1DBbi /RiPcdPPPPsHJfHsnjcXYRPeyp5alMOOZVv+3GltdcoOydgyMsaEilq30nqxNPIA Bc+EDqu351GVEBCTXN1BxUj4ZdlD2RCXEXotNSRd6I6zFL1y1pBg50t9aO3665fi NoucSuydCcgsWIZoDJIBBNZITDmMB7cC3IXcQvln3Ha72GJO8LW5FFoDX/A8+4D2 KBv9AGWXigoJC464LLPKVImjzC4xp5FIZtJub3NI+Y0V7u705EbInQ51Bv9IHKy6 K+jVGsxA =7wwA -----END PGP SIGNATURE----- --=-=-=-- ------------=_1663505282-1659-1--