From 4b93efec289719008a1f187ffc089585eaa93b04 Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Sat, 28 Apr 2018 01:05:58 +0200 Subject: gnu: express: Link with shared protobuf library. * gnu/packages/bioinformatics.scm (express): Link with shared protobuf library. --- gnu/packages/bioinformatics.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 5d83d2af8a..a7aa4362a8 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -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) -- cgit v1.2.3