[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
200/227: gnu: gvfs: Use meson-0.59 to workaround faulty meson.
From: |
guix-commits |
Subject: |
200/227: gnu: gvfs: Use meson-0.59 to workaround faulty meson. |
Date: |
Thu, 11 Nov 2021 12:30:48 -0500 (EST) |
apteryx pushed a commit to branch core-updates-frozen
in repository guix.
commit b2563bc335c4da931ecd5196f0208907560c8353
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Nov 1 21:32:04 2021 -0400
gnu: gvfs: Use meson-0.59 to workaround faulty meson.
Meson 0.60 now hard fails on errors it previously only warned about.
* gnu/packages/gnome.scm (gvfs)[meson]: Use meson-0.59.
---
gnu/packages/gnome.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e9dd63f..b1cb69b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6564,7 +6564,8 @@ part of udev-extras, then udev, then systemd. It's now a
project on its own.")
"1hlxl6368h6nyqp1888szxs9hnpcw98k3h23dgqi29xd38klzsmj"))))
(build-system meson-build-system)
(arguments
- '(#:glib-or-gtk? #t
+ `(#:meson ,meson-0.59
+ #:glib-or-gtk? #t
#:configure-flags
(list "-Dsystemduserunitdir=no"
"-Dtmpfilesdir=no"
@@ -6572,7 +6573,7 @@ part of udev-extras, then udev, then systemd. It's now a
project on its own.")
(string-append "-Dc_link_args=-Wl,-rpath="
(assoc-ref %outputs "out") "/lib/gvfs"))))
(native-inputs
- `(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc.
+ `(("glib:bin" ,glib "bin") ;for glib-genmarshal, etc.
("gettext" ,gettext-minimal)
("gtk-doc" ,gtk-doc/stable)
("pkg-config" ,pkg-config)
- 201/227: gnu: icecat: Use latest rust., (continued)
- 201/227: gnu: icecat: Use latest rust., guix-commits, 2021/11/11
- 202/227: build: meson: Replace the 'test-target' argument by 'test-options'., guix-commits, 2021/11/11
- 180/227: gnu: Add polkit-duktape., guix-commits, 2021/11/11
- 203/227: gnu: osinfo-db-tools: Update to 1.9.0., guix-commits, 2021/11/11
- 218/227: gnu: gnome-session: Use meson-0.59., guix-commits, 2021/11/11
- 220/227: gnu: network-manager-applet: Use meson-0.59., guix-commits, 2021/11/11
- 135/227: gnu: ungoogled-chromium: Use the new lld-as-ld-wrapper., guix-commits, 2021/11/11
- 187/227: gnu: libblockdev: Update to 2.26., guix-commits, 2021/11/11
- 196/227: gnu: openblas: Update to 0.3.18., guix-commits, 2021/11/11
- 195/227: gnu: docker-compose: Update to 1.29.2., guix-commits, 2021/11/11
- 200/227: gnu: gvfs: Use meson-0.59 to workaround faulty meson.,
guix-commits <=
- 209/227: gnu: Add python-aiomysql., guix-commits, 2021/11/11
- 215/227: gnu: conan: Update to 1.42.0., guix-commits, 2021/11/11
- 225/227: gnu: Add binutils-next., guix-commits, 2021/11/11
- 226/227: gnu: binutils-gold: Inherit from binutils-next., guix-commits, 2021/11/11
- 178/227: gnu: xorg-server: Fix indentation., guix-commits, 2021/11/11
- 206/227: gnu: Add python-sphinxcontrib-asyncio., guix-commits, 2021/11/11
- 204/227: gnu: icecat: Enable geckodriver., guix-commits, 2021/11/11
- 133/227: gnu: python-flit: Update to 3.3.0., guix-commits, 2021/11/11
- 214/227: gnu: python-urllib3: Update to 1.26.7., guix-commits, 2021/11/11
- 208/227: gnu: Add python-asyncmy., guix-commits, 2021/11/11