guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: deja-dup: Sort inputs alphabetically.


From: guix-commits
Subject: 05/05: gnu: deja-dup: Sort inputs alphabetically.
Date: Sun, 17 Oct 2021 14:53:35 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 52e9ce3adcc61081ced07b88aa2125e8697866d4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Oct 17 21:47:11 2021 +0300

    gnu: deja-dup: Sort inputs alphabetically.
    
    * gnu/packages/gnome.scm (deja-dup)[inputs]: Sort alphabetically.
    [native-inputs]: Same.
---
 gnu/packages/gnome.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7ac2ff2..b138ff2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1783,17 +1783,17 @@ configuration files for the GNOME menu, as well as a 
simple menu editor.")
                  (,(string-append (assoc-ref inputs "duplicity") 
"/bin")))))))))
     (inputs
      `(("bash-minimal" ,bash-minimal)
-       ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
        ("duplicity" ,duplicity)
-       ("python" ,python)
-       ("python-pygobject" ,python-pygobject)
+       ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
        ("gtk+" ,gtk+)
        ("json-glib" ,json-glib)
-       ("libnotify" ,libnotify)
        ("libgpg-error" ,libgpg-error)
+       ("libnotify" ,libnotify)
        ("libsecret" ,libsecret)
        ("libsoup" ,libsoup)
-       ("packagekit" ,packagekit)))
+       ("packagekit" ,packagekit)
+       ("python" ,python)
+       ("python-pygobject" ,python-pygobject)))
     (native-inputs
      `(("appstream-glib" ,appstream-glib)
        ("desktop-file-utils" ,desktop-file-utils)



reply via email to

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