mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -125,7 +125,8 @@ (define-public global ; a global variable
|
|||
(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 a new issue