gnu: simple-scan: Build with Meson 0.59.

See <https://github.com/mesonbuild/meson/issues/9441>.

* gnu/packages/gnome.scm (simple-scan)[arguments]: Use meson-0.59.
This commit is contained in:
Timothy Sample 2021-11-18 00:16:22 -05:00
parent 08806af6b1
commit 40372653d9
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -6742,7 +6742,8 @@ (define-public simple-scan
(build-system meson-build-system)
;; TODO: Fix icons in home screen, About dialogue, and scan menu.
(arguments
'(#:glib-or-gtk? #t))
`(#:meson ,meson-0.59 ;positional arguments error with meson 0.60
#:glib-or-gtk? #t))
(inputs
`(("gtk" ,gtk+)
("zlib" ,zlib)