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:
parent
9e2d275b27
commit
8d61539883
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue