jsoncpp: enable and fix on darwin (#15845)

authored by

Matthew Justin Bauer and committed by
Robin Gloster
9dd563bb 3ecd527a

+3
+3
pkgs/development/libraries/jsoncpp/default.nix
··· 28 28 29 29 nativeBuildInputs = [ cmake python ]; 30 30 31 + CXXFLAGS = "-Wno-shift-negative-value"; 32 + 31 33 cmakeFlags = [ 32 34 "-DJSONCPP_LIB_BUILD_SHARED=ON" 33 35 "-DJSONCPP_LIB_BUILD_STATIC=OFF" ··· 39 41 homepage = https://github.com/open-source-parsers/jsoncpp; 40 42 description = "A simple API to manipulate JSON data in C++"; 41 43 maintainers = with stdenv.lib.maintainers; [ ttuegel page ]; 44 + platforms = stdenv.lib.platforms.all; 42 45 license = stdenv.lib.licenses.mit; 43 46 branch = "1.6"; 44 47 };