guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/22: gnu: mpdscribble: Order inputs alphabetically.


From: guix-commits
Subject: 10/22: gnu: mpdscribble: Order inputs alphabetically.
Date: Tue, 22 Sep 2020 22:41:40 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 037cf6ec4f0b0036d955c4041c9b6f13f415c7e8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Sep 23 01:21:00 2020 +0200

    gnu: mpdscribble: Order inputs alphabetically.
    
    * gnu/packages/mpd.scm (mpdscribble)[inputs]: Sort.
---
 gnu/packages/mpd.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index 460b71c..9f79f57 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]