gnu: mpdscribble: Order inputs alphabetically.
* gnu/packages/mpd.scm (mpdscribble)[inputs]: Sort.
This commit is contained in:
parent
255668baa7
commit
037cf6ec4f
1 changed files with 3 additions and 3 deletions
|
@ -258,9 +258,9 @@ sort playlists, and a local file system browser.")
|
||||||
(base32
|
(base32
|
||||||
"0f0ybx380x2z2g1qvdndpvcrhkrgsfqckhz3ryydq2w3pl12v27z"))))
|
"0f0ybx380x2z2g1qvdndpvcrhkrgsfqckhz3ryydq2w3pl12v27z"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("libmpdclient" ,libmpdclient)
|
(inputs `(("curl" ,curl)
|
||||||
("curl" ,curl)
|
("glib" ,glib)
|
||||||
("glib" ,glib)))
|
("libmpdclient" ,libmpdclient)))
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||||
(synopsis "MPD client for track scrobbling")
|
(synopsis "MPD client for track scrobbling")
|
||||||
(description "mpdscribble is a Music Player Daemon client which submits
|
(description "mpdscribble is a Music Player Daemon client which submits
|
||||||
|
|
Reference in a new issue