gnu: r-v8: Use libnode instead of node.

* gnu/packages/cran.scm (r-v8)[inputs]: Replace node with libnode.
This commit is contained in:
Ricardo Wurmus 2020-06-13 17:00:30 +02:00
parent bb310a1976
commit e602e7f271
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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