diff options
author | Simon South <simon@simonsouth.net> | 2022-07-02 15:10:31 -0400 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2022-07-08 00:16:15 +0100 |
commit | 7dfb8dc4c156e96c4029eb5a4eeb6e704ffdb64d (patch) | |
tree | 138d6374ba314af048b1d8dd95650d9065bd0aaf | |
parent | f53e14be33a6b2476a36dee29490db50ed02467f (diff) | |
download | guix-7dfb8dc4c156e96c4029eb5a4eeb6e704ffdb64d.tar.gz |
gnu: vlc: Add bash-minimal as an input.
* gnu/packages/video.scm (vlc)[inputs]: Add bash-minimal, silencing a warning from "guix lint vlc" as "wrap-program" is used in the package definition. Signed-off-by: Christopher Baines <mail@cbaines.net>
-rw-r--r-- | gnu/packages/video.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 5bd6eba93a..99f144d4e5 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1907,6 +1907,7 @@ videoformats depend on the configuration flags of ffmpeg.") (inputs (list alsa-lib avahi + bash-minimal dav1d dbus eudev |