me
/
guix
Archived
1
0
Fork 0

gnu: epiphany: Use meson 0.59.

* gnu/packages/gnome.scm (epiphany)[arguments]: Use meson 0.59.
master
Ricardo Wurmus 2021-11-14 23:23:10 +00:00
parent 4c4f982c33
commit f515adc829
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 1 deletions

View File

@ -6808,7 +6808,8 @@ a secret password store, an adblocker, and a modern UI.")
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t
`(#:glib-or-gtk? #t
#:meson ,meson-0.59
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'skip-gtk-update-icon-cache