mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: ngless: Add bash-minimal to inputs.
* gnu/packages/bioinformatics.scm (ngless) [inputs]: Add bash-minimal. Change-Id: I3560d4f10261f87c819bd12cf0956a6cf77324cb
This commit is contained in:
parent
cf04172b3f
commit
0e219544f1
1 changed files with 2 additions and 1 deletions
|
@ -19174,7 +19174,8 @@ (define-public ngless
|
|||
(add-after 'register 'remove-libraries
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(delete-file-recursively (string-append (assoc-ref outputs "out") "/lib")))))))
|
||||
(inputs (list prodigal
|
||||
(inputs (list bash-minimal
|
||||
prodigal
|
||||
bwa
|
||||
samtools
|
||||
minimap2
|
||||
|
|
Loading…
Reference in a new issue