gnu: vlc: Remove needless input.
* gnu/packages/video.scm (vlc)[native-inputs]: Remove GIT.
This commit is contained in:
parent
61c40b5726
commit
9b047548d9
1 changed files with 0 additions and 2 deletions
|
@ -162,7 +162,6 @@ (define-module (gnu packages video)
|
|||
#:use-module (gnu packages tls)
|
||||
#:use-module (gnu packages time)
|
||||
#:use-module (gnu packages upnp)
|
||||
#:use-module (gnu packages version-control)
|
||||
#:use-module (gnu packages vulkan)
|
||||
#:use-module (gnu packages web)
|
||||
#:use-module (gnu packages webkit)
|
||||
|
@ -1240,7 +1239,6 @@ (define-public vlc
|
|||
`(("flex" ,flex)
|
||||
("bison" ,bison)
|
||||
("gettext" ,gettext-minimal)
|
||||
("git" ,git) ; needed for a test
|
||||
("pkg-config" ,pkg-config)))
|
||||
;; FIXME: Add optional inputs once available.
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue