[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/05: gnu: pango: Use meson-0.55, as required by the project.
From: |
guix-commits |
Subject: |
01/05: gnu: pango: Use meson-0.55, as required by the project. |
Date: |
Fri, 23 Apr 2021 23:49:15 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 5ba607949984646ec214c8799bb7fababcab3efb
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 efb58ae..04a0db1 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -337,7 +337,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 _
- branch wip-gnome updated (9649790 -> a6334e1), guix-commits, 2021/04/23
- 01/05: gnu: pango: Use meson-0.55, as required by the project.,
guix-commits <=
- 02/05: gnu: glib-networking: Update to 2.68.0., guix-commits, 2021/04/23
- 04/05: gnu: glib-networking: Update home-page, synopsis, description and license., guix-commits, 2021/04/23
- 03/05: gnu: glib-networking: Enable libproxy and openssl support., guix-commits, 2021/04/23
- 05/05: gnu: gnutls: Enable PKCS#11 support., guix-commits, 2021/04/23