[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: r-arrow: Add arrow libraries.
From: |
guix-commits |
Subject: |
02/02: gnu: r-arrow: Add arrow libraries. |
Date: |
Mon, 21 Jun 2021 06:19:55 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 42d8257e03f8ba89313c0fa298eb7e9d53c63811
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jun 21 12:16:36 2021 +0200
gnu: r-arrow: Add arrow libraries.
* gnu/packages/cran.scm (r-arrow)[inputs]: Add the lib output of
apache-arrow.
---
gnu/packages/cran.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index e01b241..f8c2258 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -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)