~ruther/guix-local

0e219544f1de767f39c329fd37e9de5ab7fe46ab — Maxim Cournoyer 2 years ago cf04172
gnu: ngless: Add bash-minimal to inputs.

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

Change-Id: I3560d4f10261f87c819bd12cf0956a6cf77324cb
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +2 -1
@@ 19174,7 19174,8 @@ datasets.")
          (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