libyamlcpp: don't use multiple outputs

This package uses CMake's install(EXPORT ...) command which assumes that
libraries are installed in the same location as the CMake files.
This commit is contained in:
Ben Wolsieffer 2020-02-24 21:43:12 -05:00
parent a760b217c8
commit bdbbe6f34f

@ -11,8 +11,6 @@ stdenv.mkDerivation rec {
sha256 = "0ykkxzxcwwiv8l8r697gyqh1nl582krpvi7m7l6b40ijnk4pw30s";
};
outputs = [ "out" "dev" ];
nativeBuildInputs = [ cmake ];
cmakeFlags = [ "-DBUILD_SHARED_LIBS=ON" "-DYAML_CPP_BUILD_TESTS=OFF" ];