mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 05:07:11 -05:00
gnu: evolution: Build with libsoup 2.
* gnu/packages/gnome.scm (evolution) [phase adjust-webkitgtk-version]: Remove it. [inputs]: Depend on webkitgtk-with-libsoup2 instead of webkitgtk. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
7e6ee16d49
commit
f8490817e7
1 changed files with 1 additions and 6 deletions
|
@ -11265,11 +11265,6 @@ (define-public evolution
|
|||
; in four years and cannot be built.
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'adjust-webkitgtk-version
|
||||
(lambda _
|
||||
(substitute* '("CMakeLists.txt" "evolution-shell.pc.in")
|
||||
(("webkit2gtk-4.0")
|
||||
"webkit2gtk-4.1"))))
|
||||
;; The build system attempts to install user interface modules to the
|
||||
;; output directory of the "evolution-data-server" package. This
|
||||
;; change redirects that change.
|
||||
|
@ -11303,7 +11298,7 @@ (define-public evolution
|
|||
("libsoup" ,libsoup)
|
||||
("nss" ,nss)
|
||||
("openldap" ,openldap)
|
||||
("webkitgtk" ,webkitgtk)
|
||||
("webkitgtk" ,webkitgtk-with-libsoup2) ; because of evolution-data-server
|
||||
("ytnef" ,ytnef)))
|
||||
(home-page "https://gitlab.gnome.org/GNOME/evolution")
|
||||
(synopsis "Manage your email, contacts and schedule")
|
||||
|
|
Loading…
Reference in a new issue