me
/
guix
Archived
1
0
Fork 0

gnu: mpdscribble: Order inputs alphabetically.

* gnu/packages/mpd.scm (mpdscribble)[inputs]: Sort.
master
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
1 changed files with 3 additions and 3 deletions

View File

@ -258,9 +258,9 @@ sort playlists, and a local file system browser.")
(base32
"0f0ybx380x2z2g1qvdndpvcrhkrgsfqckhz3ryydq2w3pl12v27z"))))
(build-system gnu-build-system)
(inputs `(("libmpdclient" ,libmpdclient)
("curl" ,curl)
("glib" ,glib)))
(inputs `(("curl" ,curl)
("glib" ,glib)
("libmpdclient" ,libmpdclient)))
(native-inputs `(("pkg-config" ,pkg-config)))
(synopsis "MPD client for track scrobbling")
(description "mpdscribble is a Music Player Daemon client which submits