me
/
guix
Archived
1
0
Fork 0

gnu: rsem: Link with shared libhts library.

* gnu/packages/bioinformatics.scm (rsem)[arguments]: Link with libhts.so
instead of libhts.a.
master
Ricardo Wurmus 2021-02-05 22:36:56 +01:00
parent 9e2d275b27
commit 8d61539883
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -5712,7 +5712,7 @@ phylogenies.")
"/include/htslib/sam.h")
(string-append "SAMLIBS="
(assoc-ref %build-inputs "htslib")
"/lib/libhts.a"))
"/lib/libhts.so"))
#:phases
(modify-phases %standard-phases
;; No "configure" script.