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.
This commit is contained in:
Maxim Cournoyer 2021-11-01 21:32:04 -04:00
parent 0a2a79de97
commit b2563bc335
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -6564,7 +6564,8 @@ (define-public gvfs
"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 @@ (define-public gvfs
(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)