From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:38676) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1inOeJ-0004Vi-0H for guix-patches@gnu.org; Fri, 03 Jan 2020 10:14:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1inOeI-00083p-00 for guix-patches@gnu.org; Fri, 03 Jan 2020 10:14:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:35304) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1inOeH-00082f-Qn for guix-patches@gnu.org; Fri, 03 Jan 2020 10:14:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1inOeH-0004k7-N3 for guix-patches@gnu.org; Fri, 03 Jan 2020 10:14:01 -0500 Subject: bug#38576: [PATCH] gnu: r-irkernel: Fix R kernel loading Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20191212074613.GA11713@zpidnp36> <87wob13mpn.fsf@elephly.net> <20191212100452.GE22717@zpidnp36> <87r210j5kq.fsf@gnu.org> <20200102073536.GA3066@zpidnp36> <87h81ew0aw.fsf@gnu.org> Date: Fri, 03 Jan 2020 16:12:52 +0100 In-Reply-To: <87h81ew0aw.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 02 Jan 2020 12:43:51 +0100") Message-ID: <87lfqopo97.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Lars-Dominik Braun Cc: Ricardo Wurmus , 38576-done@debbugs.gnu.org Ludovic Court=C3=A8s skribis: > On second thought, I think propagating R is acceptable in this case > because a Jupyter kernel is a thin wrapper around a programming language > implementation. > > Unless there are objections, I=E2=80=99ll apply your initial patch. Done! Ludo=E2=80=99.