gnu: python-kivy: Add "git" native-input.

* gnu/packages/python.scm (python-kivy)[native-inputs]: Add git.
This commit is contained in:
Danny Milosavljevic 2018-01-21 10:54:29 +01:00
parent 3df57b3a97
commit 3b6502e25d
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -9253,7 +9253,8 @@ (define-public python-kivy
"/include/SDL2"))
#t)))))
(native-inputs
`(("pkg-config" ,pkg-config)
`(("git" ,git)
("pkg-config" ,pkg-config)
("python-cython" ,python-cython)))
(inputs
`(("gstreamer" ,gstreamer)