mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 13:19:40 -05:00
gnu: webkitgtk-with-libsoup2: Use keyword arguments for GTK3.
This fixes an error commit ee748c1df0
, 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>
This commit is contained in:
parent
f3da903b01
commit
7c52509992
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ (define-public webkitgtk-for-gtk3
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue