diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-12 00:13:28 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-13 02:04:58 -0400 |
commit | 8465732b7ce7b5f273c6e4bec71ea64819f71c3e (patch) | |
tree | 75b802501a0c1e7d9f5ebfe5d991824146115c4b /gnu | |
parent | 311e627c3e73f8e12f354144e450ff8198fd274b (diff) | |
download | guix-8465732b7ce7b5f273c6e4bec71ea64819f71c3e.tar.gz guix-8465732b7ce7b5f273c6e4bec71ea64819f71c3e.zip |
gnu: Add folks-with-libsoup2.
* gnu/packages/gnome.scm (folks-with-libsoup2): New variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index c3a6c1d312..8be82a5dd8 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10432,6 +10432,14 @@ compiled.") (home-page "https://wiki.gnome.org/Projects/Folks") (license license:lgpl2.1+))) +(define-public folks-with-libsoup2 + (package + (inherit folks) + (name "folks-with-libsoup2") + (inputs + (modify-inputs (package-inputs folks) + (replace "evolution-data-server" evolution-data-server-3.44))))) + (define-public gfbgraph (package (name "gfbgraph") |