diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-10-20 01:08:04 -0400 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:42:30 +0200 |
commit | cf04172b3f1b651bf852b35ec560d18bbef78b30 (patch) | |
tree | 406e657cefddc32889c68d112548d39890ebb84a | |
parent | 59fdb6c3d55bde6bc5173efe348a1c9bba5ed621 (diff) | |
download | guix-cf04172b3f1b651bf852b35ec560d18bbef78b30.tar.gz guix-cf04172b3f1b651bf852b35ec560d18bbef78b30.zip |
gnu: rcas-web: Add bash-minimal to inputs.
* gnu/packages/bioinformatics.scm (rcas-web)[inputs]: Add bash-minimal.
Change-Id: I71f0e435e969e0a689caea90d9f442929c7d9431
-rw-r--r-- | gnu/packages/bioinformatics.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 9f816a74dc..126c0334e3 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -13616,7 +13616,8 @@ secondary structure and comparative analysis in R.") `("GUILE_LOAD_COMPILED_PATH" ":" = (,path)) `("R_LIBS_SITE" ":" = (,(getenv "R_LIBS_SITE")))))))))) (inputs - (list r-minimal + (list bash-minimal + r-minimal r-rcas guile-3.0 guile-json-4 |