summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2021-11-13 09:57:34 +0100
committerGuillaume Le Vaillant <glv@posteo.net>2021-11-13 09:57:34 +0100
commit142c493056bca3f07cd857f30e8a20cdc008ae33 (patch)
treecb940f730f6436cd16e9456aa9c6c240cacd5b10
parent98273378a42dc745844fcdbbbf0c26656c15c86c (diff)
downloadguix-patches-142c493056bca3f07cd857f30e8a20cdc008ae33.tar
guix-patches-142c493056bca3f07cd857f30e8a20cdc008ae33.tar.gz
gnu: dconf-editor: Use meson 0.59.
* gnu/packages/gnome.scm (dconf-editor)[arguments]: Add 'meson' parameter.
-rw-r--r--gnu/packages/gnome.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 13bde33993..9d89a2a8b7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9237,6 +9237,8 @@ beautifying border effects.")
`(("dconf" ,dconf)
("gtk+" ,gtk+)
("libxml2" ,libxml2)))
+ (arguments
+ `(#:meson ,meson-0.59))
(home-page "https://gitlab.gnome.org/GNOME/dconf-editor")
(synopsis "Graphical editor for GNOME's dconf configuration system")
(description