gnu: qtwebengine: Fix build.
The package was not really building; the build phase was failing silently and no libraries were installed to the output. * gnu/packages/qt.scm (qtwebengine) [native-inputs]: Replace node by node-lts, instead of simply appending it.master
parent
ddea1161ad
commit
2b1cf6906d
|
@ -2794,7 +2794,7 @@ linux/libcurl_wrapper.h"
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
;; Use the CMake ninja generator, otherwise the build fails (see:
|
;; Use the CMake ninja generator, otherwise the build fails (see:
|
||||||
;; https://bugreports.qt.io/browse/QTBUG-96897).
|
;; https://bugreports.qt.io/browse/QTBUG-96897).
|
||||||
#~(list "-GNinja" ;
|
#~(list "-GNinja"
|
||||||
;; Manually add the NSS library prefix to the linker
|
;; Manually add the NSS library prefix to the linker
|
||||||
;; search path, otherwise it fails to be linked (see:
|
;; search path, otherwise it fails to be linked (see:
|
||||||
;; https://bugreports.qt.io/browse/QTBUG-105053).
|
;; https://bugreports.qt.io/browse/QTBUG-105053).
|
||||||
|
@ -2875,9 +2875,9 @@ linux/libcurl_wrapper.h"
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(modify-inputs (package-native-inputs qtwebengine-5)
|
(modify-inputs (package-native-inputs qtwebengine-5)
|
||||||
(delete "python2" "python2-six")
|
(delete "python2" "python2-six")
|
||||||
|
(replace "node" node-lts)
|
||||||
(append clang-14
|
(append clang-14
|
||||||
lld-as-ld-wrapper
|
lld-as-ld-wrapper
|
||||||
node-lts
|
|
||||||
python-wrapper
|
python-wrapper
|
||||||
python-html5lib)))
|
python-html5lib)))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in New Issue