mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
Revert "gnu: node: Build shared library."
This reverts commit f9311eaa7c
.
Adding "--shared" replaces the executable with the shared library, breaking
all users of the nodejs executable.
This commit is contained in:
parent
e602e7f271
commit
2f38e38fb5
1 changed files with 1 additions and 2 deletions
|
@ -75,8 +75,7 @@ (define-public node
|
|||
#t))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("--shared"
|
||||
"--shared-cares"
|
||||
`(#:configure-flags '("--shared-cares"
|
||||
"--shared-http-parser"
|
||||
"--shared-libuv"
|
||||
"--shared-nghttp2"
|
||||
|
|
Loading…
Reference in a new issue