mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: flair: Add bash-minimal to inputs.
* gnu/packages/bioinformatics.scm (flair) [inputs]: Add bash-minimal. Change-Id: I66fd550c617430ebbede36e140ee48df1c6149ca
This commit is contained in:
parent
5ce08ad5b4
commit
08ee4ea24b
1 changed files with 2 additions and 1 deletions
|
@ -23235,7 +23235,8 @@ (define-public flair
|
|||
python-tqdm))
|
||||
;; Used by rpy2
|
||||
(inputs
|
||||
(list r-minimal ;for R_LIBS_SITE
|
||||
(list bash-minimal
|
||||
r-minimal ;for R_LIBS_SITE
|
||||
r-apeglm ;for runDE
|
||||
r-deseq2 ;for runDE
|
||||
r-drimseq ;for runDS
|
||||
|
|
Loading…
Reference in a new issue