diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-12-21 18:33:53 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-12-21 23:12:40 +0100 |
commit | e34639c2621326e82dc706defcb2054e9c69e3e7 (patch) | |
tree | c967ca1bc4e813bb0d99b9e4fd602c506045c41a | |
parent | 5ccc017389cbb28bf93111225496cf726609b22b (diff) | |
download | guix-e34639c2621326e82dc706defcb2054e9c69e3e7.tar.gz |
gnu: pbbam: Use htslib 1.14.
* gnu/packages/bioinformatics.scm (pbbam)[propagated-inputs]: Replace htslib with htslib-1.14.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 08a7cbe118..c23c86d4d2 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -607,7 +607,7 @@ for all types of microbial diversity analyses.") (string-append "'" (which "sh") "'")))))))) ;; These libraries are listed as "Required" in the pkg-config file. (propagated-inputs - (list htslib pbcopper zlib)) + (list htslib-1.14 pbcopper zlib)) (inputs (list boost samtools)) (native-inputs |