diff options
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 53e5a8f3ea..5e7f27fe69 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -12353,7 +12353,9 @@ higher level porcelain stuff.") (build-system meson-build-system) (arguments (list + #:meson meson-1.5 ; XXX: breaks with Meson 1.2 #:glib-or-gtk? #t + #:build-type "release" ; don't look at -Wformat… #:phases #~(modify-phases %standard-phases (add-after 'unpack 'disable-post-install-partially |