guix-commits
[Top][All Lists]
Advanced

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

branch gnome-team updated: gnu: webkitgtk-with-libsoup2: Use keyword arg


From: guix-commits
Subject: branch gnome-team updated: gnu: webkitgtk-with-libsoup2: Use keyword arguments for GTK3.
Date: Sun, 22 Oct 2023 18:27:39 -0400

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

lilyp pushed a commit to branch gnome-team
in repository guix.

The following commit(s) were added to refs/heads/gnome-team by this push:
     new 9bac1cad27 gnu: webkitgtk-with-libsoup2: Use keyword arguments for 
GTK3.
9bac1cad27 is described below

commit 9bac1cad271de4f4436755c296577c4e185d564c
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Mon Oct 23 00:20:16 2023 +0200

    gnu: webkitgtk-with-libsoup2: Use keyword arguments for GTK3.
    
    This fixes an error commit ee748c1df093dd63da982e2f3cd0e11c6633d3d6, where
    webkitgtk-with-libsoup2 would be built for GTK4 – a contradiction, as
    GTK4 builds require libsoup3.  See also <https://bugs.gnu.org/66480#47>.
    
    * gnu/packages/webkit.scm (webkitgtk-with-libsoup2)[arguments]: Use
    package-arguments of webkitgtk-for-gtk3 rather than webkitgtk.
    
    Co-authored-by: Vivien Kraus <vivien@planete-kraus.eu>
---
 gnu/packages/webkit.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index a374711119..6810ba74e7 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -304,7 +304,7 @@ propagated by default) such as @code{gst-plugins-good} and
 (define-public webkitgtk-with-libsoup2
   (package/inherit webkitgtk-for-gtk3
     (name "webkitgtk-with-libsoup2")
-    (arguments (substitute-keyword-arguments (package-arguments webkitgtk)
+    (arguments (substitute-keyword-arguments (package-arguments 
webkitgtk-for-gtk3)
                  ((#:configure-flags flags)
                   #~(cons "-DUSE_SOUP2=ON" #$flags))))
     (propagated-inputs



reply via email to

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