guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: global: Add 'python-wrapper' as input.


From: guix-commits
Subject: 02/07: gnu: global: Add 'python-wrapper' as input.
Date: Sat, 21 Mar 2020 16:38:29 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 2e59a63b41b5c0a7ee70e45b2e6538cfded2e758
Author: wednesday <address@hidden>
AuthorDate: Wed Apr 24 16:27:36 2019 +0100

    gnu: global: Add 'python-wrapper' as input.
    
    * 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 c1eaaf1..ff30fbd 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -125,7 +125,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="



reply via email to

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