guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: dconf-editor: Use meson 0.59.


From: guix-commits
Subject: 03/04: gnu: dconf-editor: Use meson 0.59.
Date: Sat, 13 Nov 2021 04:04:02 -0500 (EST)

glv pushed a commit to branch core-updates-frozen
in repository guix.

commit 142c493056bca3f07cd857f30e8a20cdc008ae33
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sat Nov 13 09:57:34 2021 +0100

    gnu: dconf-editor: Use meson 0.59.
    
    * gnu/packages/gnome.scm (dconf-editor)[arguments]: Add 'meson' parameter.
---
 gnu/packages/gnome.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 13bde33..9d89a2a 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]