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:
parent
08806af6b1
commit
40372653d9
1 changed files with 2 additions and 1 deletions
|
|
@ -6742,7 +6742,8 @@ USB transfers with your high-level application or system daemon.")
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
;; TODO: Fix icons in home screen, About dialogue, and scan menu.
|
;; TODO: Fix icons in home screen, About dialogue, and scan menu.
|
||||||
(arguments
|
(arguments
|
||||||
'(#:glib-or-gtk? #t))
|
`(#:meson ,meson-0.59 ;positional arguments error with meson 0.60
|
||||||
|
#:glib-or-gtk? #t))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gtk" ,gtk+)
|
`(("gtk" ,gtk+)
|
||||||
("zlib" ,zlib)
|
("zlib" ,zlib)
|
||||||
|
|
|
||||||
Reference in a new issue