mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: cheese: Build with Meson 0.59.
See <https://github.com/mesonbuild/meson/issues/9441>. * gnu/packages/gnome.scm (cheese)[arguments]: Use meson-0.59.
This commit is contained in:
parent
ff7f928a10
commit
9f94eb3d7b
1 changed files with 2 additions and 1 deletions
|
@ -10710,7 +10710,8 @@ (define-public cheese
|
|||
"0vyim2avlgq3a48rgdfz5g21kqk11mfb53b2l883340v88mp7ll8"))
|
||||
(patches (search-patches "cheese-vala-update.patch"))))
|
||||
(arguments
|
||||
`(#:glib-or-gtk? #t
|
||||
`(#:meson ,meson-0.59 ;positional arguments error with meson 0.60
|
||||
#:glib-or-gtk? #t
|
||||
;; Tests require GDK.
|
||||
#:tests? #f
|
||||
#:phases
|
||||
|
|
Loading…
Reference in a new issue