diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-12-13 15:44:10 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-12-13 16:31:55 +0100 |
commit | eaf5198a5e40f54cfd3398bbf0c2df8a24fd51f7 (patch) | |
tree | a51db0da3161aaccc06e6b0bd2402502f8d4970d | |
parent | 8b2fdcb2c3977b2ff65a6584e6bdcfcdf95f1704 (diff) |
gnu: pbbam: Drop input labels.
* gnu/packages/bioinformatics.scm (pbbam)[native-inputs]: Drop labels.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 27f2473eb4..7a90cd1ac5 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -600,9 +600,9 @@ for all types of microbial diversity analyses.") (inputs (list boost samtools)) (native-inputs - `(("googletest" ,googletest) - ("pkg-config" ,pkg-config) - ("python" ,python-wrapper))) ; for tests + (list googletest + pkg-config + python-wrapper)) ;for tests (home-page "https://github.com/PacificBiosciences/pbbam") (synopsis "Work with PacBio BAM files") (description |