guix_mirror_bot pushed a commit to branch javascript-team
in repository guix.

commit 7418a390ac960f0f5c1533ebdfee22b60ea30e69
Author: Jelle Licht <[email protected]>
AuthorDate: Wed Aug 5 22:27:41 2026 +0200

    gnu: node-lts: Add '--shared' configure flag.
    
    * gnu/packages/node.scm (node-lts)[configure-flags]: Add '--shared'.
    
    Change-Id: I57d9892c939fac2b761c216ff3b1bd1135878a46
---
 gnu/packages/node.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 46451d18eb2..614b2dec045 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -770,6 +770,7 @@ source files.")
            "--shared-ngtcp2"
            "--shared-nghttp3"
            "--shared-zstd"
+           "--shared"
            ;;Needed for correct snapshot checksums
            "--v8-enable-snapshot-compression"))
        ((#:phases phases)

Reply via email to