guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#35415] [PATCH 1/1] gnu: global: Add 'python-wrapper' as input.


From: wednesday
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








reply via email to

[Prev in Thread] Current Thread [Next in Thread]