guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#51938] [PATCH core-updates-frozen 02/22] gnu: gnome-font-viewer: Bu


From: Timothy Sample
Subject: [bug#51938] [PATCH core-updates-frozen 02/22] gnu: gnome-font-viewer: Build with Meson 0.59.
Date: Thu, 18 Nov 2021 02:06:15 -0500

See <https://github.com/mesonbuild/meson/issues/9441>.

* gnu/packages/gnome.scm (gnome-font-viewer)[arguments]: Use meson-0.59.
---
 gnu/packages/gnome.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 80a6efe763..d432653e69 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2373,7 +2373,8 @@ (define-public gnome-font-viewer
                 "0hpyi0sz3gcqqs9lkwyk8b6hr39m3n27432x98kxr436jj37dk6j"))))
     (build-system meson-build-system)
     (arguments
-     '(#:phases
+     `(#:meson ,meson-0.59         ;positional arguments error with meson 0.60
+       #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'patch-post-install-script
            (lambda _
-- 
2.33.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]