3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: rsem: Link with shared libhts library.

* gnu/packages/bioinformatics.scm (rsem)[arguments]: Link with libhts.so
instead of libhts.a.
This commit is contained in:
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

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.