gnu: evince: Use meson-0.59.

* gnu/packages/gnome.scm (evince)[meson]: Use meson-0.59.
This commit is contained in:
Maxim Cournoyer 2021-11-12 01:20:01 -05:00
parent 95633a36b2
commit ef77c3b3f1
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -2638,7 +2638,8 @@ (define-public evince
"0xrwls1bhvny8vvd7mfjy9p26zjch0pd6x6j9jn9g2ka6xwyrxqg")))) "0xrwls1bhvny8vvd7mfjy9p26zjch0pd6x6j9jn9g2ka6xwyrxqg"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:glib-or-gtk? #t `(#:meson ,meson-0.59 ;positional arguments error with meson 0.60
#:glib-or-gtk? #t
#:build-type "release" #:build-type "release"
#:configure-flags #:configure-flags
'("-Dnautilus=false" '("-Dnautilus=false"