diff options
author | florhizome <florhizome@posteo.net> | 2022-11-07 14:59:04 +0000 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-11-08 06:37:52 +0100 |
commit | f96372e7308e1e61ea4affc5b2b8d0c3003a1a3e (patch) | |
tree | ced1077fe6ab204773c0c117f725d5028058375f | |
parent | f7f0c3b53cdefdf8b165bdb870809aeaf7e13a9d (diff) | |
download | guix-f96372e7308e1e61ea4affc5b2b8d0c3003a1a3e.tar.gz |
gnu: geary: Fix inputs.
* gnu/packages/gnome.scm (geary)[inputs]: Use folks-with-libsoup2 and gnome-online-accounts-3.44. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 8d8e01677f..8d1424c02f 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -12405,11 +12405,11 @@ these services on the Guix System.") (setenv "DISPLAY" ":1")))))) (inputs (list enchant - folks + folks-with-libsoup2 gcr glib gmime - gnome-online-accounts + gnome-online-accounts-3.44 gsettings-desktop-schemas gspell gsound |