mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -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")
|
||||
#t)))))
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)
|
||||
("libintl" ,intltool)
|
||||
("libtool" ,libtool)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(list gettext-minimal intltool libtool pkg-config))
|
||||
(inputs
|
||||
(list sdl))
|
||||
(native-search-paths
|
||||
|
|
Loading…
Reference in a new issue