···22 buildInputs = [ bctoolbox belr ];
23 nativeBuildInputs = [ cmake ];
2425- # Do not build static libraries
26- cmakeFlags = [ "-DENABLE_STATIC=NO" ];
002728 meta = with lib; {
29 description = "C++ library to manipulate VCard standard format. Part of the Linphone project.";
···22 buildInputs = [ bctoolbox belr ];
23 nativeBuildInputs = [ cmake ];
2425+ cmakeFlags = [
26+ "-DENABLE_STATIC=NO" # Do not build static libraries
27+ "-DENABLE_UNIT_TESTS=NO" # Do not build test executables
28+ ];
2930 meta = with lib; {
31 description = "C++ library to manipulate VCard standard format. Part of the Linphone project.";