~ruther/guix-local

0577a3fd92be2ae8244894155bfa24a559ef31b8 — Christopher Baines 8 years ago 7d14082
gnu: Build the shared library for yaml-cpp.

* gnu/packages/serialization.scm (yaml-cpp)[arguments]: Add
  -DBUILD_SHARED_LIBS=ON to #:configure-flags.
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/serialization.scm
M gnu/packages/serialization.scm => gnu/packages/serialization.scm +2 -0
@@ 249,6 249,8 @@ that implements both the msgpack and msgpack-rpc specifications.")
               (base32
                "1vk6pjh0f5k6jwk2sszb9z5169whmiha9ainbdpa1arxlkq7v3b6"))))
    (build-system cmake-build-system)
    (arguments
     '(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")))
    (inputs
     `(("boost" ,boost)))
    (native-inputs