guix-commits
[Top][All Lists]
Advanced

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

14/22: gnu: gnome-initial-setup: Fix build.


From: guix-commits
Subject: 14/22: gnu: gnome-initial-setup: Fix build.
Date: Thu, 18 Nov 2021 10:12:17 -0500 (EST)

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

commit 3f99ed39dcc3ed0ea67243cfa4b251e34216f8f7
Author: Timothy Sample <samplet@ngyro.com>
AuthorDate: Wed Nov 17 23:59:43 2021 -0500

    gnu: gnome-initial-setup: Fix build.
    
    See <https://github.com/mesonbuild/meson/issues/9441>.
    
    * gnu/packages/gnome.scm (gnome-initial-setup)
    [arguments]: Use meson-0.59.
    [inputs]: Replace webkitgtk with webkitgtk-with-libsoup2.
---
 gnu/packages/gnome.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ea8591a..51ad5d5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1526,7 +1526,8 @@ extraction, and lookup for applications on the desktop.")
               "06q3p4f8g9zr7a4mw3qr556mi0dg9qzrj8n46ybdz93fxs26aaj1"))))
    (build-system meson-build-system)
    (arguments
-    '(#:configure-flags '(;; Enable camera support for user selfie.
+    `(#:meson ,meson-0.59         ;positional arguments error with meson 0.60
+      #:configure-flags '(;; Enable camera support for user selfie.
                           "-Dcheese=auto"
                           "-Dsystemd=false")
       #:phases (modify-phases %standard-phases
@@ -1568,7 +1569,7 @@ extraction, and lookup for applications on the desktop.")
       ("pwquality" ,libpwquality)
       ("rest" ,rest)
       ("upower" ,upower)
-      ("webkitgtk" ,webkitgtk)
+      ("webkitgtk" ,webkitgtk-with-libsoup2)
       ("libgnomekbd" ,libgnomekbd)))
    (synopsis "Initial setup wizard for GNOME desktop")
    (description "This package provides a set-up wizard when a



reply via email to

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