me
/
guix
Archived
1
0
Fork 0

gnu: r-v8: Use new input style.

* gnu/packages/cran.scm (r-v8)[arguments]: Use standard name as label.
[inputs]: Use new style.
master
Ricardo Wurmus 2022-01-05 21:36:29 +01:00
parent 36d2a03edc
commit 62dc81a958
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 6 deletions

View File

@ -484,19 +484,17 @@ degree elevation and curve fitting.")
(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