gnu: folks: Add python to native inputs.
Reported by ekaitz on #guix. * gnu/packages/gnome.scm (folks): Delete trailing #t. [native-inputs]: Use new style. Add python.
parent
719deaa881
commit
1995920f68
|
@ -9992,8 +9992,7 @@ functionality and behavior.")
|
||||||
;; Don't create 'icon-theme.cache'.
|
;; Don't create 'icon-theme.cache'.
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "meson_post_install.py"
|
(substitute* "meson_post_install.py"
|
||||||
(("gtk-update-icon-cache") "true"))
|
(("gtk-update-icon-cache") "true")))))))
|
||||||
#t)))))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list bdb
|
(list bdb
|
||||||
dbus-glib
|
dbus-glib
|
||||||
|
@ -10003,12 +10002,13 @@ functionality and behavior.")
|
||||||
readline
|
readline
|
||||||
telepathy-glib))
|
telepathy-glib))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib:bin" ,glib "bin")
|
(list `(,glib "bin")
|
||||||
("gobject-introspection" ,gobject-introspection)
|
gobject-introspection
|
||||||
("python-dbusmock" ,python-dbusmock)
|
python-dbusmock
|
||||||
("intltool" ,intltool)
|
intltool
|
||||||
("pkg-config" ,pkg-config)
|
pkg-config
|
||||||
("vala" ,vala)))
|
python
|
||||||
|
vala))
|
||||||
(synopsis "Library to aggregate data about people")
|
(synopsis "Library to aggregate data about people")
|
||||||
(description "Libfolks is a library that aggregates information about people
|
(description "Libfolks is a library that aggregates information about people
|
||||||
from multiple sources (e.g., Telepathy connection managers for IM contacts,
|
from multiple sources (e.g., Telepathy connection managers for IM contacts,
|
||||||
|
|
Reference in New Issue