mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: libvisual: Remove input labels.
* gnu/packages/gstreamer.scm (libvisual)[native-inputs]: Remove labels.
This commit is contained in:
parent
81d3cb4e2f
commit
7d5c008d2d
1 changed files with 1 additions and 4 deletions
|
@ -245,10 +245,7 @@ (define-public libvisual
|
||||||
(chdir "libvisual")
|
(chdir "libvisual")
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
(list gettext-minimal intltool libtool pkg-config))
|
||||||
("libintl" ,intltool)
|
|
||||||
("libtool" ,libtool)
|
|
||||||
("pkg-config" ,pkg-config)))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list sdl))
|
(list sdl))
|
||||||
(native-search-paths
|
(native-search-paths
|
||||||
|
|
Loading…
Reference in a new issue