GNU bug report logs - #35415
[PATCH 0/1] Add 'python-wrapper' as input for global

Previous Next

Package: guix-patches;

Reported by: wednesday <jessejohngildersleve <at> zohomail.eu>

Date: Wed, 24 Apr 2019 15:25:02 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <mbakke <at> fastmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: wednesday <jessejohngildersleve <at> zohomail.eu>
To: 35415 <at> debbugs.gnu.org
Cc: wednesday <jessejohngildersleve <at> zohomail.eu>
Subject: [bug#35415] [PATCH 1/1]  gnu: global: Add 'python-wrapper' as input.
Date: Wed, 24 Apr 2019 16:27:36 +0100
* 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 when 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="
-- 
2.21.0







This bug report was last modified 5 years and 66 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.