mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: python-kivy: Add "git" native-input.
* gnu/packages/python.scm (python-kivy)[native-inputs]: Add git.
This commit is contained in:
parent
3df57b3a97
commit
3b6502e25d
1 changed files with 2 additions and 1 deletions
|
@ -9253,7 +9253,8 @@ (define-public python-kivy
|
||||||
"/include/SDL2"))
|
"/include/SDL2"))
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("git" ,git)
|
||||||
|
("pkg-config" ,pkg-config)
|
||||||
("python-cython" ,python-cython)))
|
("python-cython" ,python-cython)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gstreamer" ,gstreamer)
|
`(("gstreamer" ,gstreamer)
|
||||||
|
|
Loading…
Reference in a new issue