gnu: python-kivy: Remove unused input.
* gnu/packages/python-xyz.scm (python-kivy)[native-inputs]: Remove GIT.
This commit is contained in:
parent
24464edd31
commit
aa0e4413b7
1 changed files with 1 additions and 2 deletions
|
@ -11603,8 +11603,7 @@ (define-public python-kivy
|
|||
"/include/SDL2"))
|
||||
#t)))))
|
||||
(native-inputs
|
||||
`(("git" ,git)
|
||||
("pkg-config" ,pkg-config)
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("python-cython" ,python-cython)))
|
||||
(inputs
|
||||
`(("gstreamer" ,gstreamer)
|
||||
|
|
Loading…
Reference in a new issue