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 @@ and others.")
|
||||||
((".*LIBAVUTIL_LIBS.*") ""))
|
((".*LIBAVUTIL_LIBS.*") ""))
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("automake" ,automake)
|
`(("autoconf" ,autoconf)
|
||||||
("autoconf" ,autoconf)
|
("automake" ,automake)
|
||||||
("gettext" ,gettext-minimal)))
|
("gettext" ,gettext-minimal)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libexif" ,libexif)
|
`(("ffmpeg" ,ffmpeg)
|
||||||
("libjpeg" ,libjpeg-turbo)
|
|
||||||
("libid3tag" ,libid3tag)
|
|
||||||
("flac" ,flac)
|
("flac" ,flac)
|
||||||
|
("libexif" ,libexif)
|
||||||
|
("libid3tag" ,libid3tag)
|
||||||
|
("libjpeg" ,libjpeg-turbo)
|
||||||
("libvorbis" ,libvorbis)
|
("libvorbis" ,libvorbis)
|
||||||
("sqlite" ,sqlite)
|
("sqlite" ,sqlite)
|
||||||
("ffmpeg" ,ffmpeg)
|
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(home-page "https://sourceforge.net/projects/minidlna/")
|
(home-page "https://sourceforge.net/projects/minidlna/")
|
||||||
(synopsis "DLNA/UPnP-AV media server")
|
(synopsis "DLNA/UPnP-AV media server")
|
||||||
|
|
Reference in a new issue