GNU bug report logs -
#52136
luakit fails to build on core-updates-frozen
Previous Next
Reported by: Jack Hill <jackhill <at> jackhill.us>
Date: Sat, 27 Nov 2021 05:56:02 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/web-browsers.scm [luakit](inputs): Replace webkitgtk with
webkitgtk-with-libsoup2.
---
gnu/packages/web-browsers.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 2f3213b203..b209f2051b 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -222,7 +222,7 @@ (define-public luakit
("glib-networking" ,glib-networking)
("lua5.1-filesystem" ,lua5.1-filesystem)
("luajit" ,luajit)
- ("webkitgtk" ,webkitgtk)
+ ("webkitgtk" ,webkitgtk-with-libsoup2)
("sqlite" ,sqlite)))
(native-inputs
`(("pkg-config" ,pkg-config)))
--
2.34.0
This bug report was last modified 3 years and 238 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.