guix-commits
[Top][All Lists]
Advanced

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

09/10: gnu: amsynth: Order inputs alphabetically.


From: guix-commits
Subject: 09/10: gnu: amsynth: Order inputs alphabetically.
Date: Tue, 10 Nov 2020 14:05:33 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit fbda11b6dc9ee05df1558bd3fbf74bb93549bc0d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Nov 9 22:20:13 2020 +0100

    gnu: amsynth: Order inputs alphabetically.
    
    * gnu/packages/music.scm (amsynth)[inputs, native-inputs]: Sort.
---
 gnu/packages/music.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 0d72c24..3d2133b 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1806,15 +1806,15 @@ special variant of additive synthesis.")
     (build-system gnu-build-system)
     (inputs
      `(("alsa-lib" ,alsa-lib)
+       ("gtk+" ,gtk+-2)
+       ("gtkmm" ,gtkmm-2)
        ("jack" ,jack-1)
-       ("lv2" ,lv2)
        ("lash" ,lash)
        ("libsndfile" ,libsndfile)
-       ("gtk+" ,gtk+-2)
-       ("gtkmm" ,gtkmm-2)))
+       ("lv2" ,lv2)))
     (native-inputs
-     `(("pkg-config" ,pkg-config)
-       ("intltool" ,intltool)))
+     `(("intltool" ,intltool)
+       ("pkg-config" ,pkg-config)))
     (home-page "https://amsynth.github.io";)
     (synopsis "Analog modeling synthesizer")
     (description



reply via email to

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