From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:42857) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h8M7I-0006Ri-2x for guix-patches@gnu.org; Mon, 25 Mar 2019 05:42:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h8M7H-0003hv-7j for guix-patches@gnu.org; Mon, 25 Mar 2019 05:42:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43996) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h8M7G-0003hl-S8 for guix-patches@gnu.org; Mon, 25 Mar 2019 05:42:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h8M7G-00083D-Nv for guix-patches@gnu.org; Mon, 25 Mar 2019 05:42:02 -0400 Subject: bug#34967: [PATCH] Add emacs-python-environment Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Mon, 25 Mar 2019 10:41:14 +0100 In-Reply-To: (Brian Leung's message of "Sun, 24 Mar 2019 01:02:12 +0100") Message-ID: <87o95zxpdx.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain 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: Brian Leung Cc: 34967-done@debbugs.gnu.org Brian Leung skribis: > From d02110b2c93b6d6cc90ebd5f3a1f0c2c39719ddf Mon Sep 17 00:00:00 2001 > From: Brian Leung > Date: Sun, 24 Mar 2019 00:52:27 +0100 > Subject: [PATCH] gnu: Add emacs-python-environment. > > * gnu/packages/emacs-xyz.scm (emacs-python-environment): New variable. Applied, thanks!