mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: readymedia: Sort inputs alphabetically.
* gnu/packages/upnp.scm (readymedia)[native-inputs]: Sort alphabetically. [inputs]: Same.
This commit is contained in:
parent
406008a2ac
commit
7dfc2d2e7f
1 changed files with 6 additions and 6 deletions
|
@ -150,17 +150,17 @@ (define-public readymedia
|
|||
((".*LIBAVUTIL_LIBS.*") ""))
|
||||
#t)))))
|
||||
(native-inputs
|
||||
`(("automake" ,automake)
|
||||
("autoconf" ,autoconf)
|
||||
`(("autoconf" ,autoconf)
|
||||
("automake" ,automake)
|
||||
("gettext" ,gettext-minimal)))
|
||||
(inputs
|
||||
`(("libexif" ,libexif)
|
||||
("libjpeg" ,libjpeg-turbo)
|
||||
("libid3tag" ,libid3tag)
|
||||
`(("ffmpeg" ,ffmpeg)
|
||||
("flac" ,flac)
|
||||
("libexif" ,libexif)
|
||||
("libid3tag" ,libid3tag)
|
||||
("libjpeg" ,libjpeg-turbo)
|
||||
("libvorbis" ,libvorbis)
|
||||
("sqlite" ,sqlite)
|
||||
("ffmpeg" ,ffmpeg)
|
||||
("zlib" ,zlib)))
|
||||
(home-page "https://sourceforge.net/projects/minidlna/")
|
||||
(synopsis "DLNA/UPnP-AV media server")
|
||||
|
|
Loading…
Reference in a new issue