diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-04-04 22:58:25 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-04-04 22:58:25 +0300 |
commit | 345f79b2cf02ecd187a1e3c922f685f3fc58bf2e (patch) | |
tree | 24f5b8baea71abf78b32bd27e90e8e49b7696612 | |
parent | c1fc65ecb63b725ab770f20a3221be83f64dc68c (diff) | |
download | guix-345f79b2cf02ecd187a1e3c922f685f3fc58bf2e.tar.gz |
gnu: freebayes: Fix test suite.
* gnu/packages/bioinformatics.scm (freebayes)[native-inputs]: Add python.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 82d9a3eca6..eed7e54f7f 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -14512,6 +14512,7 @@ manipulations on VCF files.") ("parallel" ,parallel) ("perl" ,perl) ("pkg-config" ,pkg-config) + ("python" ,python) ("samtools" ,samtools) ("simde" ,simde) ;; This submodule is needed to run the tests. |