gnu: dconf-editor: Use meson 0.59.

* gnu/packages/gnome.scm (dconf-editor)[arguments]: Add 'meson' parameter.
This commit is contained in:
Guillaume Le Vaillant 2021-11-13 09:57:34 +01:00
parent 98273378a4
commit 142c493056
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -9237,6 +9237,8 @@ (define-public dconf-editor
`(("dconf" ,dconf) `(("dconf" ,dconf)
("gtk+" ,gtk+) ("gtk+" ,gtk+)
("libxml2" ,libxml2))) ("libxml2" ,libxml2)))
(arguments
`(#:meson ,meson-0.59))
(home-page "https://gitlab.gnome.org/GNOME/dconf-editor") (home-page "https://gitlab.gnome.org/GNOME/dconf-editor")
(synopsis "Graphical editor for GNOME's dconf configuration system") (synopsis "Graphical editor for GNOME's dconf configuration system")
(description (description