summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-11-15 14:38:29 +0000
committerGuillaume Le Vaillant <glv@posteo.net>2021-11-15 17:05:47 +0100
commit26e894414a792fcd70039fbddfd0e4ce94501965 (patch)
treedc1d8eba72261d55788df1c2a7853cca1aad075e
parent74432fb7bacc93f8cf93dee4409147d61daacd86 (diff)
downloadguix-patches-26e894414a792fcd70039fbddfd0e4ce94501965.tar
guix-patches-26e894414a792fcd70039fbddfd0e4ce94501965.tar.gz
gnu: gnome-mines: Fix build.
* gnu/packages/gnome.scm (gnome-mines)[arguments]: Use meson 0.59. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
-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 17959ed347..2a60cc6afc 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5112,7 +5112,8 @@ and other secrets. It communicates with the \"Secret Service\" using DBus.")
(base32 "0sf6kdvhr4pr3hddnj6ql9larz2wy108sri31id6x9g459nbly8z"))))
(build-system meson-build-system)
(arguments
- '(#:glib-or-gtk? #t
+ `(#:glib-or-gtk? #t
+ #:meson ,meson-0.59
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'skip-gtk-update-icon-cache