diff options
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index c69380b5c8..84e686c774 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -17763,9 +17763,7 @@ genomes known to contain a given k-mer.") '(#:test-target "bug-tests" #:tests? #false)) ; test data are not included (inputs - `(("htslib" ,htslib) - ("python" ,python-wrapper) - ("zlib" ,zlib))) + (list htslib python-wrapper zlib)) (native-inputs (list autoconf automake which)) (home-page "https://csb5.github.io/lofreq/") |