guix-commits
[Top][All Lists]
Advanced

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

105/122: gnu: pango: Use meson-0.55, as required by the project.


From: guix-commits
Subject: 105/122: gnu: pango: Use meson-0.55, as required by the project.
Date: Wed, 30 Jun 2021 18:26:47 -0400 (EDT)

raghavgururajan pushed a commit to branch wip-gnome
in repository guix.

commit 1f646a3802993cb1bbceae39621cfbacdcdfee9c
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Fri Apr 23 19:23:29 2021 -0400

    gnu: pango: Use meson-0.55, as required by the project.
    
    * gnu/packages/gtk.scm (pango)[arguments](#:meson): New argument.
---
 gnu/packages/gtk.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index e5e655a..58e8ffa 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -339,7 +339,8 @@ applications.")
                 "0ijbkcs6217ygzphlpi0vajxkccifdbsl0jdjpy8wz11h9f19sin"))))
     (build-system meson-build-system)
     (arguments
-     '(#:glib-or-gtk? #t     ; To wrap binaries and/or compile schemas
+     `(#:meson ,meson-0.55 ; Project requires meson-0.55.3.
+       #:glib-or-gtk? #t     ; To wrap binaries and/or compile schemas
        #:phases (modify-phases %standard-phases
                   (add-after 'unpack 'disable-cantarell-tests
                     (lambda _



reply via email to

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