guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/21: gnu: qtwebengine: Fix build.


From: guix-commits
Subject: 14/21: gnu: qtwebengine: Fix build.
Date: Sun, 6 Nov 2022 00:11:19 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 2b1cf6906d521d74802577f5c691bba0bb9b4088
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Nov 4 19:56:02 2022 -0400

    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.
---
 gnu/packages/qt.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 193ec390c1..8ad9dd4cc0 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2794,7 +2794,7 @@ linux/libcurl_wrapper.h"
       #:configure-flags
       ;; Use the CMake ninja generator, otherwise the build fails (see:
       ;; https://bugreports.qt.io/browse/QTBUG-96897).
-      #~(list "-GNinja"                 ;
+      #~(list "-GNinja"
               ;; Manually add the NSS library prefix to the linker
               ;; search path, otherwise it fails to be linked (see:
               ;; https://bugreports.qt.io/browse/QTBUG-105053).
@@ -2875,9 +2875,9 @@ linux/libcurl_wrapper.h"
     (native-inputs
      (modify-inputs (package-native-inputs qtwebengine-5)
        (delete "python2" "python2-six")
+       (replace "node" node-lts)
        (append clang-14
                lld-as-ld-wrapper
-               node-lts
                python-wrapper
                python-html5lib)))
     (inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]