mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 19:09:27 +01:00
gnu: jami-gnome: Fix build with webkitgtk 2.34.1.
* gnu/packages/jami.scm (jami-gnome)[phases]{fix-webkit-detection}: New phase.
This commit is contained in:
parent
539b18da3d
commit
18dd5e45e4
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue