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:
		
							parent
							
								
									62de2545e1
								
							
						
					
					
						commit
						12a9f4af01
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
					@ -105,6 +105,10 @@
 | 
				
			||||||
       ("pcre" ,pcre)
 | 
					       ("pcre" ,pcre)
 | 
				
			||||||
       ("readline" ,readline)
 | 
					       ("readline" ,readline)
 | 
				
			||||||
       ("zlib" ,zlib)))
 | 
					       ("zlib" ,zlib)))
 | 
				
			||||||
 | 
					    (native-search-paths
 | 
				
			||||||
 | 
					     (list (search-path-specification
 | 
				
			||||||
 | 
					            (variable "R_LIBS_SITE")
 | 
				
			||||||
 | 
					            (files (list "site-library/")))))
 | 
				
			||||||
    (home-page "http://www.r-project.org/")
 | 
					    (home-page "http://www.r-project.org/")
 | 
				
			||||||
    (synopsis "Environment for statistical computing and graphics")
 | 
					    (synopsis "Environment for statistical computing and graphics")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue