mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-10 23:20:37 +02:00
gnu: qtwebkit: Use sqlite-with-column-metadata.
This needs to be the same variant as for qtbase, otherwise applications might fail if libQt5WebKit is loaded prior to libQt5Sql. * gnu/packages/qt.scm(wtwebkit)[inputs]: Replace sqlite by sqlite-with-column-metadata.
This commit is contained in:
@@ -2182,7 +2182,7 @@ different kinds of sliders, and much more.")
|
||||
("libjpeg" ,libjpeg)
|
||||
("libpng" ,libpng)
|
||||
("libwebp" ,libwebp)
|
||||
("sqlite" ,sqlite)
|
||||
("sqlite" ,sqlite-with-column-metadata)
|
||||
("fontconfig" ,fontconfig)
|
||||
("libxrender" ,libxrender)
|
||||
("qtbase" ,qtbase)
|
||||
|
||||
Reference in New Issue
Block a user