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 propagated


From: guix-commits
Subject: branch gnome-team updated: gnu: webkitgtk-with-libsoup2: Use propagated inputs from GTK3.
Date: Tue, 24 Oct 2023 13:27:31 -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 2677bf985c gnu: webkitgtk-with-libsoup2: Use propagated inputs from 
GTK3.
2677bf985c is described below

commit 2677bf985c0025d04ffdcff31763978b633dbc58
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Tue Oct 24 19:22:21 2023 +0200

    gnu: webkitgtk-with-libsoup2: Use propagated inputs from GTK3.
    
    This fixes an error in commits ee748c1df093dd63da982e2f3cd0e11c6633d3d6 and
    9bac1cad271de4f4436755c296577c4e185d564c, the latter of which was missing a
    hunk to address the failing build of the former.
    See <https://bugs.gnu.org/66480#47> for the full patch.
    
    * gnu/packages/webkit.scm (webkitgtk-with-libsoup2)[propagated-inputs]: Use
    package-propagated-inputs from webkitgtk-for-gtk3 rather than webkitgtk.
    
    Co-authored-by: Vivien Kraus <vivien@planete-kraus.eu>
    Change-Id: I3f2bfb127da4021d3b557d15cfdae6d6f54e7935
---
 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 6810ba74e7..7e0370abc0 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -308,7 +308,7 @@ propagated by default) such as @code{gst-plugins-good} and
                  ((#:configure-flags flags)
                   #~(cons "-DUSE_SOUP2=ON" #$flags))))
     (propagated-inputs
-     (modify-inputs (package-propagated-inputs webkitgtk)
+     (modify-inputs (package-propagated-inputs webkitgtk-for-gtk3)
        (replace "libsoup" libsoup-minimal-2)))))
 
 (define-public wpewebkit



reply via email to

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