mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-06-10 08:28:56 +02:00
gnu: r: Add R_LIBS_SITE to native-search-paths.
* gnu/packages/statistics.scm (r)[native-search-paths]: Add specification for "R_LIBS_SITE" variable.
This commit is contained in:
@@ -105,6 +105,10 @@
|
||||
("pcre" ,pcre)
|
||||
("readline" ,readline)
|
||||
("zlib" ,zlib)))
|
||||
(native-search-paths
|
||||
(list (search-path-specification
|
||||
(variable "R_LIBS_SITE")
|
||||
(files (list "site-library/")))))
|
||||
(home-page "http://www.r-project.org/")
|
||||
(synopsis "Environment for statistical computing and graphics")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user