This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 4c4f982  gnu: gnome-tweaks: Use meson 0.59.
4c4f982 is described below

commit 4c4f982c339750c3da5a6073d6fd5874b33c1a3d
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sun Nov 14 20:02:04 2021 +0000

    gnu: gnome-tweaks: Use meson 0.59.
    
    * gnu/packages/gnome.scm (gnome-tweaks)[arguments]: Use meson 0.59.
---
 gnu/packages/gnome.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 924d132..d66f160 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9845,6 +9845,7 @@ existing databases over the internet.")
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t
+       #:meson ,meson-0.59
        #:configure-flags '("-Dlocalstatedir=/tmp"
                            "-Dsysconfdir=/tmp")
        #:imported-modules ((guix build python-build-system)

Reply via email to