From 6fdf85154611e042307ca30ab2ac5fbde49597af Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sun, 26 Dec 2021 12:17:17 +0100 Subject: gnu: apostrophe: Build with older Meson. * gnu/packages/gnome.scm (apostrophe)[arguments]: Add #:meson. --- gnu/packages/gnome.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages/gnome.scm') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 010b55b092..57993b009f 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11924,6 +11924,7 @@ GTK+. It integrates well with the GNOME desktop environment.") (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t + #:meson ,meson-0.59 ;fails with 0.60 #:phases (modify-phases %standard-phases (add-after 'unpack 'patch-meson -- cgit v1.2.3