gnu: ngless: Add bash-minimal to inputs.

* gnu/packages/bioinformatics.scm (ngless)
[inputs]: Add bash-minimal.

Change-Id: I3560d4f10261f87c819bd12cf0956a6cf77324cb
This commit is contained in:
Maxim Cournoyer 2023-10-20 01:08:34 -04:00 committed by Ludovic Courtès
parent cf04172b3f
commit 0e219544f1
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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