[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/10: gnu: vlc: Remove needless input.
From: |
guix-commits |
Subject: |
01/10: gnu: vlc: Remove needless input. |
Date: |
Thu, 30 Jul 2020 12:23:46 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 9b047548d9c2788993cca0f251807d14f388139d
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jul 30 14:28:59 2020 +0200
gnu: vlc: Remove needless input.
* gnu/packages/video.scm (vlc)[native-inputs]: Remove GIT.
---
gnu/packages/video.scm | 2 --
1 file changed, 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index cfc30b3..950111f 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
- branch master updated (61c40b5 -> c385bd6), guix-commits, 2020/07/30
- 01/10: gnu: vlc: Remove needless input.,
guix-commits <=
- 02/10: gnu: monero: Remove unused input., guix-commits, 2020/07/30
- 03/10: gnu: elixir: Remove unused input., guix-commits, 2020/07/30
- 04/10: gnu: gnuradio: Remove unused input., guix-commits, 2020/07/30
- 05/10: gnu: gnuradio-osmosdr: Remove unused input., guix-commits, 2020/07/30
- 06/10: gnu: libosmo-dsp: Remove unused input., guix-commits, 2020/07/30
- 07/10: gnu: ruby-hoe-git: Do not propagate git., guix-commits, 2020/07/30
- 08/10: gnu: public-inbox: Make git a regular input., guix-commits, 2020/07/30
- 09/10: gnu: opam: Fix tests., guix-commits, 2020/07/30
- 10/10: gnu: git: Update to 2.28.0., guix-commits, 2020/07/30