1
0
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:
Hilton Chain
2023-02-08 22:05:31 +01:00
committed by Jelle Licht
parent 8cc0ed4536
commit 40d6615ca2
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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)