me
/
guix
Archived
1
0
Fork 0

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
Maxim Cournoyer 2022-11-04 19:56:02 -04:00
parent ddea1161ad
commit 2b1cf6906d
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -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