me
/
guix
Archived
1
0
Fork 0

gnu: r-arrow: Add arrow libraries.

* gnu/packages/cran.scm (r-arrow)[inputs]: Add the lib output of apache-arrow.
master
Ricardo Wurmus 2021-06-21 12:16:36 +02:00
parent bf0f9dd051
commit 42d8257e03
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 1 deletions

View File

@ -17760,7 +17760,8 @@ colored by the number of neighboring points. This is useful to visualize the
(properties `((upstream-name . "arrow")))
(build-system r-build-system)
(inputs
`(("zlib" ,zlib)))
`(("apache-arrow" ,apache-arrow "lib")
("zlib" ,zlib)))
(propagated-inputs
`(("r-assertthat" ,r-assertthat)
("r-bit64" ,r-bit64)