guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen-batched-changes updated: gnu: accountsservice


From: guix-commits
Subject: branch core-updates-frozen-batched-changes updated: gnu: accountsservice: Use meson 0.59.4 to work around a bug in 0.60.0.
Date: Fri, 29 Oct 2021 23:15:35 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.

The following commit(s) were added to 
refs/heads/core-updates-frozen-batched-changes by this push:
     new 07c2a08  gnu: accountsservice: Use meson 0.59.4 to work around a bug 
in 0.60.0.
07c2a08 is described below

commit 07c2a08151e164fdf8bed3c111ec0119791dc25b
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 5c0c05f..6f2f530 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -63,6 +63,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)
@@ -1413,7 +1414,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"



reply via email to

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