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:
wednesday 2019-04-24 16:27:36 +01:00 committed by Marius Bakke
parent 18401bdf69
commit 2e59a63b41
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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="