gnu: htslib-for-stringtie: Inherit from htslib-1.12.
* gnu/packages/bioinformatics.scm (htslib-for-stringtie): Inherit from htslib-1.12.
This commit is contained in:
parent
4571b218b5
commit
b1dd32d8e3
1 changed files with 2 additions and 2 deletions
|
@ -4878,9 +4878,9 @@ data. It also provides the @command{bgzip}, @command{htsfile}, and
|
||||||
|
|
||||||
(define htslib-for-stringtie
|
(define htslib-for-stringtie
|
||||||
(package
|
(package
|
||||||
(inherit htslib)
|
(inherit htslib-1.12)
|
||||||
(source (origin
|
(source (origin
|
||||||
(inherit (package-source htslib))
|
(inherit (package-source htslib-1.12))
|
||||||
(patches
|
(patches
|
||||||
(search-patches "htslib-for-stringtie.patch"))))
|
(search-patches "htslib-for-stringtie.patch"))))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in a new issue