Archived
1
0
Fork 0

gnu: mpdscribble: Order inputs alphabetically.

* gnu/packages/mpd.scm (mpdscribble)[inputs]: Sort.
This commit is contained in:
Tobias Geerinckx-Rice 2020-09-23 01:21:00 +02:00
parent 255668baa7
commit 037cf6ec4f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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