me
/
guix
Archived
1
0
Fork 0

gnu: htslib-for-stringtie: Inherit from htslib-1.12.

* gnu/packages/bioinformatics.scm (htslib-for-stringtie): Inherit from
htslib-1.12.
Ricardo Wurmus 2022-05-02 14:35:26 +02:00
parent 4571b218b5
commit b1dd32d8e3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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