gnu: express: Link with shared protobuf library.

* gnu/packages/bioinformatics.scm (express): Link with shared protobuf
  library.
This commit is contained in:
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

View file

@ -2339,7 +2339,8 @@ (define-public express
(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)