me
/
guix
Archived
1
0
Fork 0

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.
Maxim Cournoyer 2022-01-18 10:47:08 -05:00
parent 719deaa881
commit 1995920f68
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 8 additions and 8 deletions
gnu/packages

View File

@ -9992,8 +9992,7 @@ functionality and behavior.")
;; Don't create 'icon-theme.cache'.
(lambda _
(substitute* "meson_post_install.py"
(("gtk-update-icon-cache") "true"))
#t)))))
(("gtk-update-icon-cache") "true")))))))
(inputs
(list bdb
dbus-glib
@ -10003,12 +10002,13 @@ functionality and behavior.")
readline
telepathy-glib))
(native-inputs
`(("glib:bin" ,glib "bin")
("gobject-introspection" ,gobject-introspection)
("python-dbusmock" ,python-dbusmock)
("intltool" ,intltool)
("pkg-config" ,pkg-config)
("vala" ,vala)))
(list `(,glib "bin")
gobject-introspection
python-dbusmock
intltool
pkg-config
python
vala))
(synopsis "Library to aggregate data about people")
(description "Libfolks is a library that aggregates information about people
from multiple sources (e.g., Telepathy connection managers for IM contacts,