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.master
parent
0a2a79de97
commit
b2563bc335
|
@ -6564,7 +6564,8 @@ part of udev-extras, then udev, then systemd. It's now a project on its own.")
|
||||||
"1hlxl6368h6nyqp1888szxs9hnpcw98k3h23dgqi29xd38klzsmj"))))
|
"1hlxl6368h6nyqp1888szxs9hnpcw98k3h23dgqi29xd38klzsmj"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:glib-or-gtk? #t
|
`(#:meson ,meson-0.59
|
||||||
|
#:glib-or-gtk? #t
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
(list "-Dsystemduserunitdir=no"
|
(list "-Dsystemduserunitdir=no"
|
||||||
"-Dtmpfilesdir=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="
|
(string-append "-Dc_link_args=-Wl,-rpath="
|
||||||
(assoc-ref %outputs "out") "/lib/gvfs"))))
|
(assoc-ref %outputs "out") "/lib/gvfs"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc.
|
`(("glib:bin" ,glib "bin") ;for glib-genmarshal, etc.
|
||||||
("gettext" ,gettext-minimal)
|
("gettext" ,gettext-minimal)
|
||||||
("gtk-doc" ,gtk-doc/stable)
|
("gtk-doc" ,gtk-doc/stable)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
|
|
Reference in New Issue