diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2021-11-13 09:57:34 +0100 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-11-13 09:57:34 +0100 |
commit | 142c493056bca3f07cd857f30e8a20cdc008ae33 (patch) | |
tree | cb940f730f6436cd16e9456aa9c6c240cacd5b10 | |
parent | 98273378a42dc745844fcdbbbf0c26656c15c86c (diff) |
gnu: dconf-editor: Use meson 0.59.
* gnu/packages/gnome.scm (dconf-editor)[arguments]: Add 'meson' parameter.
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
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 |