From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:60047) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hJK2P-0000mM-Nq for guix-patches@gnu.org; Wed, 24 Apr 2019 11:42:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hJJoY-0001PX-V5 for guix-patches@gnu.org; Wed, 24 Apr 2019 11:28:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42693) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hJJoY-0001P8-QD for guix-patches@gnu.org; Wed, 24 Apr 2019 11:28:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hJJoY-0005Dn-ML for guix-patches@gnu.org; Wed, 24 Apr 2019 11:28:02 -0400 Subject: [bug#35415] [PATCH 1/1] gnu: global: Add 'python-wrapper' as input. Resent-Message-ID: From: wednesday Message-ID: <20190424152736.5277-1-jessejohngildersleve@zohomail.eu> Date: Wed, 24 Apr 2019 16:27:36 +0100 In-Reply-To: <35415@debbugs.gnu.org> References: <35415@debbugs.gnu.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf8 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: 35415@debbugs.gnu.org Cc: wednesday * gnu/packages/code.scm (global)[inputs]: Add 'python-wrapper' to fix tagging python code. --- gnu/packages/code.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm index 09cca5d52e..2bf8376301 100644 --- a/gnu/packages/code.scm +++ b/gnu/packages/code.scm @@ -124,7 +124,8 @@ highlighting your own code that seemed comprehensible w= hen you wrote it.") (build-system gnu-build-system) (inputs `(("ncurses" ,ncurses) ("libltdl" ,libltdl) - ("sqlite" ,sqlite))) + ("sqlite" ,sqlite) + ("python-wrapper" ,python-wrapper))) (arguments `(#:configure-flags (list (string-append "--with-ncurses=3D" --=20 2.21.0