···2222 buildInputs = [ bctoolbox belr ];
2323 nativeBuildInputs = [ cmake ];
24242525- # Do not build static libraries
2626- cmakeFlags = [ "-DENABLE_STATIC=NO" ];
2525+ cmakeFlags = [
2626+ "-DENABLE_STATIC=NO" # Do not build static libraries
2727+ "-DENABLE_UNIT_TESTS=NO" # Do not build test executables
2828+ ];
27292830 meta = with lib; {
2931 description = "C++ library to manipulate VCard standard format. Part of the Linphone project.";