mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 12:41:09 -06:00
gnu: r-v8: Use libnode instead of node.
* gnu/packages/cran.scm (r-v8)[inputs]: Replace node with libnode.
This commit is contained in:
parent
bb310a1976
commit
e602e7f271
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ degree elevation and curve fitting.")
|
|||
(assoc-ref inputs "node") "/lib"))
|
||||
#t)))))
|
||||
(inputs
|
||||
`(("node" ,node)))
|
||||
`(("node" ,libnode)))
|
||||
(propagated-inputs
|
||||
`(("r-curl" ,r-curl)
|
||||
("r-jsonlite" ,r-jsonlite)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue