From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:57126) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hJJlh-0004o4-2s for guix-patches@gnu.org; Wed, 24 Apr 2019 11:25:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hJJlf-0005CW-Os for guix-patches@gnu.org; Wed, 24 Apr 2019 11:25:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42679) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hJJle-0005AI-Ju for guix-patches@gnu.org; Wed, 24 Apr 2019 11:25:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hJJle-00058V-BU for guix-patches@gnu.org; Wed, 24 Apr 2019 11:25:02 -0400 Subject: [bug#35415] [PATCH 0/1] Add 'python-wrapper' as input for global Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:55662) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hJJij-0002RU-KN for guix-patches@gnu.org; Wed, 24 Apr 2019 11:22:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hJJgM-0000cR-FP for guix-patches@gnu.org; Wed, 24 Apr 2019 11:19:35 -0400 Received: from sender-pp-o92.zoho.eu ([185.20.209.252]:25352) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hJJgL-0000b8-OP for guix-patches@gnu.org; Wed, 24 Apr 2019 11:19:34 -0400 From: wednesday Date: Wed, 24 Apr 2019 16:09:09 +0100 Message-ID: <87mukfctxg.fsf@ur.mom.lol> 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: 35415@debbugs.gnu.org The reason for doing this is that there is a python file included that gets used if you try to generate tags for python code. In order to test the patch you will need the environment variables: export GTAGSCONF="$HOME/.guix-profile/share/gtags/gtags.conf" export GTAGSLABEL="pygments" I don't think the 'python-pygments' or 'python2-pygments' packages are required from my testing. wednesday (1): gnu: global: Add 'python-wrapper' as input. gnu/packages/code.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 2.21.0