mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: qtwebengine: Build with bundled icu4c.
Building with icu4c >= 68 fails. * gnu/packages/qt.scm (qtwebengine)[arguments]: Comment out "--webengine-icu=system" option in 'configure' phase.
This commit is contained in:
parent
3ed18c05e9
commit
359740b0b3
1 changed files with 3 additions and 1 deletions
|
@ -1939,7 +1939,9 @@ (define (delete-unwanted-files child stat flag base level)
|
|||
(invoke "qmake" "QT_BUILD_PARTS = libs tools" "--"
|
||||
"--webengine-printing-and-pdf=no"
|
||||
"--webengine-ffmpeg=system"
|
||||
"--webengine-icu=system"
|
||||
;; FIXME: Building qtwebengine 5.12.2 with
|
||||
;; icu4c >= 68 fails.
|
||||
;;"--webengine-icu=system"
|
||||
"--webengine-pepper-plugins=no"
|
||||
"-webengine-proprietary-codecs")))))
|
||||
;; Tests are disabled due to "Could not find QtWebEngineProcess error"
|
||||
|
|
Loading…
Reference in a new issue