mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: express: Link with shared protobuf library.
* gnu/packages/bioinformatics.scm (express): Link with shared protobuf library.
This commit is contained in:
parent
e09d74ecd2
commit
4b93efec28
1 changed files with 2 additions and 1 deletions
|
@ -2339,7 +2339,8 @@ (define-public express
|
||||||
(string-append (assoc-ref inputs "bamtools") "/include/bamtools")))
|
(string-append (assoc-ref inputs "bamtools") "/include/bamtools")))
|
||||||
(substitute* "src/CMakeLists.txt"
|
(substitute* "src/CMakeLists.txt"
|
||||||
(("\\$\\{CMAKE_CURRENT_SOURCE_DIR\\}/\\.\\./bamtools/lib")
|
(("\\$\\{CMAKE_CURRENT_SOURCE_DIR\\}/\\.\\./bamtools/lib")
|
||||||
(string-append (assoc-ref inputs "bamtools") "/lib/bamtools")))
|
(string-append (assoc-ref inputs "bamtools") "/lib"))
|
||||||
|
(("libprotobuf.a") "libprotobuf.so"))
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("boost" ,boost)
|
`(("boost" ,boost)
|
||||||
|
|
Loading…
Reference in a new issue