mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 18:49:14 -05:00
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.
This commit is contained in:
parent
b64d3bb6d4
commit
a8dd1d2abf
1 changed files with 3 additions and 1 deletions
|
@ -64,6 +64,7 @@ (define-module (gnu packages freedesktop)
|
||||||
#:use-module (gnu packages base)
|
#:use-module (gnu packages base)
|
||||||
#:use-module (gnu packages bash)
|
#:use-module (gnu packages bash)
|
||||||
#:use-module (gnu packages boost)
|
#:use-module (gnu packages boost)
|
||||||
|
#:use-module (gnu packages build-tools)
|
||||||
#:use-module (gnu packages check)
|
#:use-module (gnu packages check)
|
||||||
#:use-module (gnu packages cmake)
|
#:use-module (gnu packages cmake)
|
||||||
#:use-module (gnu packages compression)
|
#:use-module (gnu packages compression)
|
||||||
|
@ -1414,7 +1415,8 @@ (define-public accountsservice
|
||||||
(base32 "16wwd633jak9ajyr1f1h047rmd09fhf3kzjz6g5xjsz0lwcj8azz"))))
|
(base32 "16wwd633jak9ajyr1f1h047rmd09fhf3kzjz6g5xjsz0lwcj8azz"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(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
|
#:configure-flags
|
||||||
'("--localstatedir=/var"
|
'("--localstatedir=/var"
|
||||||
"-Dsystemdsystemunitdir=/tmp/empty"
|
"-Dsystemdsystemunitdir=/tmp/empty"
|
||||||
|
|
Loading…
Reference in a new issue