diff options
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index d66f1606df..95b0551691 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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 |