This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d15906d2fd gnu: blast+: Add 'sqlite' dependency.
d15906d2fd is described below

commit d15906d2fdc7b8fc5ad40990768dc374cc627b23
Author: Simon Tournier <[email protected]>
AuthorDate: Wed Feb 18 14:31:48 2026 +0100

    gnu: blast+: Add 'sqlite' dependency.
    
    Follow up of 80e27d57bf64311ea7b510889871811156ee63a4.
    
    * gnu/packages/bioinformatics.scm (blast+)[inputs]: Add sqlite.
    
    Fixes: guix/guix#3731
    Change-Id: Ifdb7b20bd800f4eaab83c9cbb5b756489b230f6b
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/bioinformatics.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 6552a8f070..ec5fd51d7b 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5538,7 +5538,8 @@ package provides command line tools using the Bio++ 
library.")
            zlib
            pcre
            perl
-           python-wrapper))
+           python-wrapper
+           sqlite))
     (native-inputs
      (list cpio))
     (home-page "https://blast.ncbi.nlm.nih.gov";)

Reply via email to