gnu: deja-dup: Use new style inputs.
* gnu/packages/gnome.scm (deja-dup)[inputs, native-inputs]: Use new style.
This commit is contained in:
parent
cabfbcf6e0
commit
c8f32406e8
1 changed files with 23 additions and 23 deletions
|
@ -1811,30 +1811,30 @@ configuration files for the GNOME menu, as well as a simple menu editor.")
|
||||||
`("PATH" ":" prefix
|
`("PATH" ":" prefix
|
||||||
(,(string-append (assoc-ref inputs "duplicity") "/bin")))))))))
|
(,(string-append (assoc-ref inputs "duplicity") "/bin")))))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("bash-minimal" ,bash-minimal)
|
(list bash-minimal
|
||||||
("duplicity" ,duplicity)
|
duplicity
|
||||||
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
gsettings-desktop-schemas
|
||||||
("gtk" ,gtk)
|
gtk
|
||||||
("json-glib" ,json-glib)
|
json-glib
|
||||||
("libadwaita" ,libadwaita)
|
libadwaita
|
||||||
("libgpg-error" ,libgpg-error)
|
libgpg-error
|
||||||
("libnotify" ,libnotify)
|
libnotify
|
||||||
("libsecret" ,libsecret)
|
libsecret
|
||||||
("libsoup" ,libsoup)
|
libsoup
|
||||||
("libhandy" ,libhandy)
|
libhandy
|
||||||
("packagekit" ,packagekit)
|
packagekit
|
||||||
("python" ,python)
|
python
|
||||||
("python-pygobject" ,python-pygobject)))
|
python-pygobject))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("appstream-glib" ,appstream-glib)
|
(list appstream-glib
|
||||||
("desktop-file-utils" ,desktop-file-utils)
|
desktop-file-utils
|
||||||
("gettext" ,gettext-minimal)
|
gettext-minimal
|
||||||
("glib" ,glib "bin") ;for glib-compile-schemas
|
`(,glib "bin") ;for glib-compile-schemas
|
||||||
("gobject-introspection" ,gobject-introspection)
|
gobject-introspection
|
||||||
("gtk" ,gtk "bin") ;for gtk-update-icon-cache
|
`(,gtk "bin") ;for gtk-update-icon-cache
|
||||||
("itstool" ,itstool)
|
itstool
|
||||||
("pkg-config" ,pkg-config)
|
pkg-config
|
||||||
("vala" ,vala)))
|
vala))
|
||||||
(home-page "https://wiki.gnome.org/Apps/DejaDup")
|
(home-page "https://wiki.gnome.org/Apps/DejaDup")
|
||||||
(synopsis "Simple backup tool, for regular encrypted backups")
|
(synopsis "Simple backup tool, for regular encrypted backups")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue