gnu: Add folks-with-libsoup2.
* gnu/packages/gnome.scm (folks-with-libsoup2): New variable.master
parent
311e627c3e
commit
8465732b7c
|
@ -10432,6 +10432,14 @@ compiled.")
|
||||||
(home-page "https://wiki.gnome.org/Projects/Folks")
|
(home-page "https://wiki.gnome.org/Projects/Folks")
|
||||||
(license license:lgpl2.1+)))
|
(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
|
(define-public gfbgraph
|
||||||
(package
|
(package
|
||||||
(name "gfbgraph")
|
(name "gfbgraph")
|
||||||
|
|
Reference in New Issue