summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2021-11-18 00:19:44 -0500
committerTimothy Sample <samplet@ngyro.com>2021-11-18 10:10:17 -0500
commit9f94eb3d7bb9dab83d5df80b4f05558abfcc5564 (patch)
tree7e0eff8d8509ed44083e17ec55d355592a69c667 /gnu
parentff7f928a106cf4f0c92bd25e5dae010897d45b4e (diff)
downloadguix-patches-9f94eb3d7bb9dab83d5df80b4f05558abfcc5564.tar
guix-patches-9f94eb3d7bb9dab83d5df80b4f05558abfcc5564.tar.gz
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.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 009c93a393..33ca456aad 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10710,7 +10710,8 @@ photo-booth-like software, such as 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