diff options
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 317675e3c2..bcd6940319 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10720,6 +10720,7 @@ apply fancy special effects and lets you share the fun with others.") (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t + #:meson ,meson-0.59 #:phases (modify-phases %standard-phases (add-after 'glib-or-gtk-wrap 'python-and-gi-wrap |