From b1dd32d8e3e668dd1a229dfa059c40c282f78b9f Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 2 May 2022 14:35:26 +0200 Subject: gnu: htslib-for-stringtie: Inherit from htslib-1.12. * gnu/packages/bioinformatics.scm (htslib-for-stringtie): Inherit from htslib-1.12. --- gnu/packages/bioinformatics.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 4a3600fd0c..2c844c0f35 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -4878,9 +4878,9 @@ data. It also provides the @command{bgzip}, @command{htsfile}, and (define htslib-for-stringtie (package - (inherit htslib) + (inherit htslib-1.12) (source (origin - (inherit (package-source htslib)) + (inherit (package-source htslib-1.12)) (patches (search-patches "htslib-for-stringtie.patch")))) (arguments -- cgit v1.2.3