me
/
guix
Archived
1
0
Fork 0

gnu: jami-gnome: Fix build with webkitgtk 2.34.1.

* gnu/packages/jami.scm (jami-gnome)[phases]{fix-webkit-detection}: New phase.
master
Maxim Cournoyer 2021-10-30 23:35:58 -04:00
parent 539b18da3d
commit 18dd5e45e4
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 5 additions and 0 deletions

View File

@ -546,6 +546,11 @@ decentralized calling using P2P-DHT.")
(add-after 'unpack 'change-directory
(lambda _
(chdir "client-gnome")))
(add-after 'change-directory 'fix-webkit-detection
(lambda _
(substitute* "CMakeLists.txt"
(("WEBKIT webkit2gtk-4.0")
"WEBKIT webkit2gtk-4.1"))))
(add-after 'install 'glib-or-gtk-compile-schemas
(assoc-ref gtk:%standard-phases 'glib-or-gtk-compile-schemas))
(add-after 'glib-or-gtk-compile-schemas 'glib-or-gtk-wrap