mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: r-minimal: Add bash to inputs.
* gnu/packages/statistics.scm (r-minimal)[inputs]: Add bash-minimal.
This commit is contained in:
parent
5e51c268e4
commit
9a7b578463
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,7 @@ (define-module (gnu packages statistics)
|
||||||
#:use-module (guix build-system trivial)
|
#:use-module (guix build-system trivial)
|
||||||
#:use-module (gnu packages)
|
#:use-module (gnu packages)
|
||||||
#:use-module (gnu packages algebra)
|
#:use-module (gnu packages algebra)
|
||||||
|
#:use-module (gnu packages bash)
|
||||||
#:use-module (gnu packages check)
|
#:use-module (gnu packages check)
|
||||||
#:use-module (gnu packages compression)
|
#:use-module (gnu packages compression)
|
||||||
#:use-module (gnu packages cran)
|
#:use-module (gnu packages cran)
|
||||||
|
@ -261,6 +262,9 @@ (define-public r-minimal
|
||||||
("libxt" ,libxt)
|
("libxt" ,libxt)
|
||||||
("pcre" ,pcre)
|
("pcre" ,pcre)
|
||||||
("readline" ,readline)
|
("readline" ,readline)
|
||||||
|
;; This avoids a reference to the ungraftable static bash. R uses the
|
||||||
|
;; detected shell for the "system" procedure.
|
||||||
|
("bash" ,bash-minimal)
|
||||||
("which" ,which)
|
("which" ,which)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(native-search-paths
|
(native-search-paths
|
||||||
|
|
Loading…
Reference in a new issue