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:
Ricardo Wurmus 2020-06-13 17:01:09 +02:00
parent e602e7f271
commit 2f38e38fb5
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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