summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2021-12-26 01:32:15 +0100
committerMarius Bakke <marius@gnu.org>2021-12-26 23:20:07 +0100
commit489fb4da3dd649ab02dcea946b7ab27a26bfeaf3 (patch)
treeb5b9e59b17f7c61033befd3d4ddf5d3e70cc3373 /gnu/packages/gnome.scm
parent2a4b41cc0862157178a210d4c7e65a5d18242fc0 (diff)
downloadguix-patches-489fb4da3dd649ab02dcea946b7ab27a26bfeaf3.tar
guix-patches-489fb4da3dd649ab02dcea946b7ab27a26bfeaf3.tar.gz
gnu: passwordsafe: Fix build.
* gnu/packages/gnome.scm (passwordsafe)[arguments]: Build with MESON-0.59.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 317675e3c2..bcd6940319 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10720,6 +10720,7 @@ apply fancy special effects and lets you share the fun with others.")
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
+ #:meson ,meson-0.59
#:phases
(modify-phases %standard-phases
(add-after 'glib-or-gtk-wrap 'python-and-gi-wrap