gnu: express: Link with shared protobuf library.

* gnu/packages/bioinformatics.scm (express): Link with shared protobuf
  library.
master
Roel Janssen 2018-04-28 01:05:58 +02:00
parent e09d74ecd2
commit 4b93efec28
No known key found for this signature in database
GPG Key ID: C3EC1DCA843072E1
1 changed files with 2 additions and 1 deletions

View File

@ -2339,7 +2339,8 @@ dynamic programming or a variety of heuristics.")
(string-append (assoc-ref inputs "bamtools") "/include/bamtools")))
(substitute* "src/CMakeLists.txt"
(("\\$\\{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)))))
(inputs
`(("boost" ,boost)