gnu: chatty: Fix build.
* gnu/packages/messaging.scm (chatty) [#:glib-or-gtk?]: New argument. [inputs]: Replace folks with folks-with-libsoup2. [propagated-inputs]: Replace evolution-data-server with evolution-data-server-3.44.
This commit is contained in:
parent
e1ae27e712
commit
b659d8fafa
1 changed files with 4 additions and 3 deletions
|
@ -2825,7 +2825,8 @@ validating international phone numbers.")
|
||||||
"11q07vjrrjf3k00kk41vm79brpq0qigz7l328br3g0li979kz32v"))))
|
"11q07vjrrjf3k00kk41vm79brpq0qigz7l328br3g0li979kz32v"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:glib-or-gtk? #t
|
||||||
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'skip-updating-desktop-database
|
(add-after 'unpack 'skip-updating-desktop-database
|
||||||
(lambda _
|
(lambda _
|
||||||
|
@ -2847,7 +2848,7 @@ validating international phone numbers.")
|
||||||
xorg-server-for-tests))
|
xorg-server-for-tests))
|
||||||
(inputs
|
(inputs
|
||||||
(list feedbackd
|
(list feedbackd
|
||||||
folks
|
folks-with-libsoup2
|
||||||
gnome-desktop
|
gnome-desktop
|
||||||
gsettings-desktop-schemas
|
gsettings-desktop-schemas
|
||||||
gspell
|
gspell
|
||||||
|
@ -2862,7 +2863,7 @@ validating international phone numbers.")
|
||||||
purple-mm-sms
|
purple-mm-sms
|
||||||
sqlite))
|
sqlite))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list adwaita-icon-theme evolution-data-server))
|
(list adwaita-icon-theme evolution-data-server-3.44))
|
||||||
(synopsis "Mobile client for XMPP and SMS messaging")
|
(synopsis "Mobile client for XMPP and SMS messaging")
|
||||||
(description "Chatty is a chat program for XMPP and SMS. It works on mobile
|
(description "Chatty is a chat program for XMPP and SMS. It works on mobile
|
||||||
as well as on desktop platforms. It's based on libpurple and ModemManager.")
|
as well as on desktop platforms. It's based on libpurple and ModemManager.")
|
||||||
|
|
Reference in a new issue