gnu: global: Add 'python-wrapper' as input.
* gnu/packages/code.scm (global)[inputs]: Add 'python-wrapper' to fix tagging python code.
This commit is contained in:
parent
18401bdf69
commit
2e59a63b41
@ -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="
|
||||
|
Loading…
Reference in New Issue
Block a user