guix-commits
[Top][All Lists]
Advanced

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

14/16: gnu: node@10: Build with 'libuv-for-node'.


From: guix-commits
Subject: 14/16: gnu: node@10: Build with 'libuv-for-node'.
Date: Tue, 30 Aug 2022 14:44:46 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 51ed530204f52a83cbc846ae2411b229fbbf6b93
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Aug 29 23:58:23 2022 +0200

    gnu: node@10: Build with 'libuv-for-node'.
    
    * gnu/packages/node.scm (node)[inputs, native-inputs]: Change from LIBUV to
    LIBUV-FOR-NODE.
---
 gnu/packages/node.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 99e56e8360..cfa9379b6c 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -288,7 +288,7 @@
      (list c-ares
            http-parser
            icu4c
-           libuv
+           libuv-for-node
            `(,nghttp2-for-node "lib")
            openssl-1.1
            zlib
@@ -308,7 +308,7 @@
            c-ares
            http-parser
            icu4c
-           libuv
+           libuv-for-node
            `(,nghttp2-for-node "lib")
            openssl
            python-wrapper               ;for node-gyp (supports python3)



reply via email to

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