gnu: r-v8: Use new input style.
* gnu/packages/cran.scm (r-v8)[arguments]: Use standard name as label. [inputs]: Use new style.
This commit is contained in:
parent
36d2a03edc
commit
62dc81a958
1 changed files with 4 additions and 6 deletions
|
@ -484,19 +484,17 @@ (define-public r-v8
|
|||
(substitute* "configure"
|
||||
(("^PKG_LIBS=.*")
|
||||
(string-append "PKG_LIBS="
|
||||
(assoc-ref inputs "node")
|
||||
(assoc-ref inputs "libnode")
|
||||
"/lib/libnode.so.64\n")))
|
||||
(setenv "INCLUDE_DIR"
|
||||
(string-append
|
||||
(assoc-ref inputs "node")
|
||||
(assoc-ref inputs "libnode")
|
||||
"/include/node"))
|
||||
(setenv "LIB_DIR"
|
||||
(string-append
|
||||
(assoc-ref inputs "node") "/lib"))
|
||||
#t)))))
|
||||
(assoc-ref inputs "libnode") "/lib")))))))
|
||||
(inputs
|
||||
`(("node" ,libnode)
|
||||
("zlib" ,zlib)))
|
||||
(list libnode zlib))
|
||||
(propagated-inputs
|
||||
(list r-curl r-jsonlite r-rcpp))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue