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")))))))))
|
(,(string-append (assoc-ref inputs "duplicity") "/bin")))))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("bash-minimal" ,bash-minimal)
|
`(("bash-minimal" ,bash-minimal)
|
||||||
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
|
||||||
("duplicity" ,duplicity)
|
("duplicity" ,duplicity)
|
||||||
("python" ,python)
|
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
||||||
("python-pygobject" ,python-pygobject)
|
|
||||||
("gtk+" ,gtk+)
|
("gtk+" ,gtk+)
|
||||||
("json-glib" ,json-glib)
|
("json-glib" ,json-glib)
|
||||||
("libnotify" ,libnotify)
|
|
||||||
("libgpg-error" ,libgpg-error)
|
("libgpg-error" ,libgpg-error)
|
||||||
|
("libnotify" ,libnotify)
|
||||||
("libsecret" ,libsecret)
|
("libsecret" ,libsecret)
|
||||||
("libsoup" ,libsoup)
|
("libsoup" ,libsoup)
|
||||||
("packagekit" ,packagekit)))
|
("packagekit" ,packagekit)
|
||||||
|
("python" ,python)
|
||||||
|
("python-pygobject" ,python-pygobject)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("appstream-glib" ,appstream-glib)
|
`(("appstream-glib" ,appstream-glib)
|
||||||
("desktop-file-utils" ,desktop-file-utils)
|
("desktop-file-utils" ,desktop-file-utils)
|
||||||
|
|
Reference in a new issue