gnu: deja-dup: Sort inputs alphabetically.
* gnu/packages/gnome.scm (deja-dup)[inputs]: Sort alphabetically. [native-inputs]: Same.
This commit is contained in:
parent
23b216f122
commit
52e9ce3adc
1 changed files with 5 additions and 5 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue