diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-05-02 14:35:26 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-05-02 14:35:26 +0200 |
commit | b1dd32d8e3e668dd1a229dfa059c40c282f78b9f (patch) | |
tree | 0996396babadcd5c57fafc842c5d7cbc0baa3a13 | |
parent | 4571b218b52c2f0386fda6c9b24d011e368c13f7 (diff) | |
download | guix-b1dd32d8e3e668dd1a229dfa059c40c282f78b9f.tar.gz |
gnu: htslib-for-stringtie: Inherit from htslib-1.12.
* gnu/packages/bioinformatics.scm (htslib-for-stringtie): Inherit from htslib-1.12.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files 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 |