mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05: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 @@ (define-public r-v8
|
|||
(assoc-ref inputs "node") "/lib"))
|
||||
#t)))))
|
||||
(inputs
|
||||
`(("node" ,node)))
|
||||
`(("node" ,libnode)))
|
||||
(propagated-inputs
|
||||
`(("r-curl" ,r-curl)
|
||||
("r-jsonlite" ,r-jsonlite)
|
||||
|
|
Loading…
Reference in a new issue