mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 21:29:09 -05:00
gnu: dconf-editor: Use meson 0.59.
* gnu/packages/gnome.scm (dconf-editor)[arguments]: Add 'meson' parameter.
This commit is contained in:
parent
98273378a4
commit
142c493056
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue