mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 00:18:16 -05:00
gnu: libvisual-plugins: Remove input labels.
* gnu/packages/gstreamer.scm (libvisual-plugins)[native-inputs, inputs]: Remove labels.
This commit is contained in:
parent
7d5c008d2d
commit
e009365453
1 changed files with 13 additions and 13 deletions
|
@ -297,20 +297,20 @@ (define-public libvisual-plugins
|
|||
(chdir "libvisual-plugins")
|
||||
#t)))))
|
||||
(native-inputs
|
||||
`(("bison" ,bison)
|
||||
("flex" ,flex)
|
||||
("gettext" ,gettext-minimal)
|
||||
("libintl" ,intltool)
|
||||
("libtool" ,libtool)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(list bison
|
||||
flex
|
||||
gettext-minimal
|
||||
intltool
|
||||
libtool
|
||||
pkg-config))
|
||||
(inputs
|
||||
`(("alsa-lib" ,alsa-lib)
|
||||
("esound" ,esound)
|
||||
("librsvg" ,librsvg)
|
||||
("gtk+" ,gtk+-2)
|
||||
("jack" ,jack-2)
|
||||
("libx11" ,libx11)
|
||||
("libxext" ,libxext)))
|
||||
(list alsa-lib
|
||||
esound
|
||||
librsvg
|
||||
gtk+-2
|
||||
jack-2
|
||||
libx11
|
||||
libxext))
|
||||
(propagated-inputs
|
||||
(list libvisual))
|
||||
(synopsis "Audio visualisation library")
|
||||
|
|
Loading…
Reference in a new issue