mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 13:19:40 -05:00
gnu: webkitgtk-with-libsoup2: Use propagated inputs from GTK3.
This fixes an error in commitsee748c1df0
and9bac1cad27
, 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>
This commit is contained in:
parent
7c52509992
commit
91e50cac91
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ (define-public webkitgtk-with-libsoup2
|
|||
((#: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
|
||||
|
|
Loading…
Reference in a new issue