diff options
author | Marius Bakke <marius@gnu.org> | 2020-07-30 14:28:59 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-07-30 18:18:11 +0200 |
commit | 9b047548d9c2788993cca0f251807d14f388139d (patch) | |
tree | 4af100bbc1fcddcc9fca1d5bd32b051b5ba95439 | |
parent | 61c40b5726f3e90957ce4d826794cb6a1d92ee51 (diff) | |
download | guix-9b047548d9c2788993cca0f251807d14f388139d.tar.gz |
gnu: vlc: Remove needless input.
* gnu/packages/video.scm (vlc)[native-inputs]: Remove GIT.
-rw-r--r-- | gnu/packages/video.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index cfc30b3091..950111f28c 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -162,7 +162,6 @@ #: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 @@ videoformats depend on the configuration flags of ffmpeg.") `(("flex" ,flex) ("bison" ,bison) ("gettext" ,gettext-minimal) - ("git" ,git) ; needed for a test ("pkg-config" ,pkg-config))) ;; FIXME: Add optional inputs once available. (inputs |