[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
181/201: gnu: accountsservice: Use meson 0.59.4 to work around a bug in
From: |
guix-commits |
Subject: |
181/201: gnu: accountsservice: Use meson 0.59.4 to work around a bug in 0.60.0. |
Date: |
Mon, 1 Nov 2021 23:19:14 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 2c9325a18040844c2ff76b82887be18f21bc7e25
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 29 23:13:40 2021 -0400
gnu: accountsservice: Use meson 0.59.4 to work around a bug in 0.60.0.
* gnu/packages/freedesktop.scm (accountsservice):
[meson]: Use meson-0.59.
---
gnu/packages/freedesktop.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 2df1888..bc6a0b1 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -64,6 +64,7 @@
#:use-module (gnu packages base)
#:use-module (gnu packages bash)
#:use-module (gnu packages boost)
+ #:use-module (gnu packages build-tools)
#:use-module (gnu packages check)
#:use-module (gnu packages cmake)
#:use-module (gnu packages compression)
@@ -1414,7 +1415,8 @@ message bus.")
(base32 "16wwd633jak9ajyr1f1h047rmd09fhf3kzjz6g5xjsz0lwcj8azz"))))
(build-system meson-build-system)
(arguments
- '(#:tests? #f ; XXX: tests require DocBook 4.1.2
+ `(#:meson ,meson-0.59 ;see https://github.com/mesonbuild/meson/issues/6470
+ #:tests? #f ; XXX: tests require DocBook 4.1.2
#:configure-flags
'("--localstatedir=/var"
"-Dsystemdsystemunitdir=/tmp/empty"
- 133/201: gnu: python-flit: Update to 3.3.0., (continued)
- 133/201: gnu: python-flit: Update to 3.3.0., guix-commits, 2021/11/01
- 149/201: gnu: meson: Update to 0.60.0., guix-commits, 2021/11/01
- 158/201: gnu: gdk-pixbuf: Remove obsolete jasper support., guix-commits, 2021/11/01
- 200/201: gnu: gvfs: Use meson-0.59 to workaround faulty meson., guix-commits, 2021/11/01
- 183/201: gnu: jami-gnome: Fix build with webkitgtk 2.34.1., guix-commits, 2021/11/01
- 185/201: gnu: uhttpmock: Use libsoup 2., guix-commits, 2021/11/01
- 172/201: gnu: dconf: Update to 0.40.0., guix-commits, 2021/11/01
- 190/201: gnu: python-requests: Update to 2.26.0., guix-commits, 2021/11/01
- 180/201: gnu: network-manager: Update to 1.32.12., guix-commits, 2021/11/01
- 199/201: gnu: libgdata: Use libsoup 2 to fix build., guix-commits, 2021/11/01
- 181/201: gnu: accountsservice: Use meson 0.59.4 to work around a bug in 0.60.0.,
guix-commits <=
- 60/201: gnu: gstreamer: Update to 1.18.5., guix-commits, 2021/11/01
- 65/201: gnu: gst-libav: Update to 1.18.5., guix-commits, 2021/11/01
- 68/201: gnu: gstreamer-docs: Update to 1.18.5., guix-commits, 2021/11/01
- 85/201: gnu: Add ld-gold-wrapper., guix-commits, 2021/11/01
- 86/201: gnu: gdb: Patch references to /bin/sh and add debug output., guix-commits, 2021/11/01
- 95/201: gnu: Move a few Python packages to (gnu packages python-build)., guix-commits, 2021/11/01
- 100/201: gnu: python-pytest-6: Fix version via setuptools-scm., guix-commits, 2021/11/01
- 104/201: build: glib-or-gtk-build-system: Fix indentation., guix-commits, 2021/11/01
- 98/201: gnu: Add python-tomli., guix-commits, 2021/11/01
- 101/201: gnu: python-pathlib2: Update to 2.3.6., guix-commits, 2021/11/01