guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: epiphany: Use meson 0.59.


From: guix-commits
Subject: 01/02: gnu: epiphany: Use meson 0.59.
Date: Sun, 14 Nov 2021 18:24:41 -0500 (EST)

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

commit f515adc829cf4ab6cafaeed117be3f247f3678e1
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Nov 14 23:23:10 2021 +0000

    gnu: epiphany: Use meson 0.59.
    
    * gnu/packages/gnome.scm (epiphany)[arguments]: Use meson 0.59.
---
 gnu/packages/gnome.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d66f160..95b0551 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6808,7 +6808,8 @@ a secret password store, an adblocker, and a modern UI.")
 
     (build-system meson-build-system)
     (arguments
-     '(#:glib-or-gtk? #t
+     `(#:glib-or-gtk? #t
+       #:meson ,meson-0.59
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'skip-gtk-update-icon-cache



reply via email to

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