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>master
parent
f53e14be33
commit
7dfb8dc4c1
|
@ -1907,6 +1907,7 @@ videoformats depend on the configuration flags of ffmpeg.")
|
|||
(inputs
|
||||
(list alsa-lib
|
||||
avahi
|
||||
bash-minimal
|
||||
dav1d
|
||||
dbus
|
||||
eudev
|
||||
|
|
Reference in New Issue