diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-04-25 16:14:49 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-04-25 16:17:49 +0200 |
commit | 0ad4a4d1553b2f77115f9e68509c8e48b7d2074e (patch) | |
tree | bd797e1a448fcfbbe008f56ba64004319767e2eb | |
parent | 1fca85cd8807b0c3a79b7f597136348a5a177944 (diff) | |
download | guix-0ad4a4d1553b2f77115f9e68509c8e48b7d2074e.tar guix-0ad4a4d1553b2f77115f9e68509c8e48b7d2074e.tar.gz |
gnu: lofreq: Drop input labels.
* gnu/packages/bioinformatics.scm (lofreq)[inputs]: Drop package labels.
-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/") |