gnu: global: Add 'python-wrapper' as input.
authorwednesday <jessejohngildersleve@zohomail.eu>
Wed, 24 Apr 2019 15:27:36 +0000 (16:27 +0100)
committerMarius Bakke <mbakke@fastmail.com>
Sat, 21 Mar 2020 20:38:08 +0000 (21:38 +0100)
* gnu/packages/code.scm (global)[inputs]: Add 'python-wrapper' to fix
tagging python code.

gnu/packages/code.scm

index c1eaaf1..ff30fbd 100644 (file)
@@ -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="