mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-21 16:45:58 +02:00
gnu: libnode: Use node-lts as base.
* gnu/packages/node.scm (libnode): Use node-lts as base. * gnu/packages/cran.scm (r-v8)[arguments]<#:phases>: Adjusted accordingly. Signed-off-by: Jelle Licht <jlicht@fsfe.org>
This commit is contained in:
committed by
Jelle Licht
parent
8cc0ed4536
commit
40d6615ca2
@@ -905,10 +905,10 @@ source files.")
|
||||
zlib))))
|
||||
|
||||
(define-public libnode
|
||||
(package/inherit node
|
||||
(package/inherit node-lts
|
||||
(name "libnode")
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments node)
|
||||
(substitute-keyword-arguments (package-arguments node-lts)
|
||||
((#:configure-flags flags ''())
|
||||
`(cons* "--shared" "--without-npm" ,flags))
|
||||
((#:phases phases '%standard-phases)
|
||||
|
||||
Reference in New Issue
Block a user