me
/
guix
Archived
1
0
Fork 0

gnu: flair: Set R_HOME.

* gnu/packages/bioinformatics.scm (flair)[arguments]: Set R_HOME.
Ricardo Wurmus 2022-10-28 13:10:08 +02:00
parent 28950ed561
commit bb4f24b3ae
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 0 deletions

View File

@ -17049,6 +17049,7 @@ module capable of computing base-level alignments for very large sequences.")
(for-each (for-each
(lambda (script) (lambda (script)
(wrap-program script (wrap-program script
`("R_HOME" ":" = (,(string-append #$r-minimal "/lib/R")))
`("R_LIBS_SITE" ":" = (,(getenv "R_LIBS_SITE"))))) `("R_LIBS_SITE" ":" = (,(getenv "R_LIBS_SITE")))))
(find-files (string-append #$output "/bin")))))))) (find-files (string-append #$output "/bin"))))))))
(propagated-inputs (propagated-inputs