diff options
author | Marius Bakke <marius@gnu.org> | 2021-12-26 12:17:17 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-12-26 23:20:07 +0100 |
commit | 6fdf85154611e042307ca30ab2ac5fbde49597af (patch) | |
tree | e2f23862f1866a2a57041bca2e5375b2b2932aef /gnu | |
parent | 9a6667d0451e01f9433ed8c28c7743c6bc7d1592 (diff) | |
download | guix-6fdf85154611e042307ca30ab2ac5fbde49597af.tar.gz guix-6fdf85154611e042307ca30ab2ac5fbde49597af.zip |
gnu: apostrophe: Build with older Meson.
* gnu/packages/gnome.scm (apostrophe)[arguments]: Add #:meson.
Diffstat (limited to 'gnu')
-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 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 |