On Tue, 22 Aug 2017 22:58:34 +0200 Marius Bakke wrote: > Christopher Baines writes: > > > * gnu/packages/serialization.scm (yaml-cpp)[arguments]: Add > > -DBUILD_SHARED_LIBS=ON to #:configure-flags. > > Does this disable building the static library too? If not, should we > do that while at it? LGTM, anyway. I'm not quite sure, but I think so, these are the files in lib now, and the .a file that was there before has disappeared. └── lib ├── libyaml-cpp.so -> libyaml-cpp.so.0.5 ├── libyaml-cpp.so.0.5 -> libyaml-cpp.so.0.5.3 ├── libyaml-cpp.so.0.5.3 └── pkgconfig └── yaml-cpp.pc