Loading pkgs/by-name/nl/nlohmann_json_schema_validator/package.nix +4 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,10 @@ stdenv.mkDerivation (finalAttrs: { buildInputs = [ nlohmann_json ]; nativeBuildInputs = [ cmake ]; cmakeFlags = [ (lib.cmakeBool "BUILD_SHARED_LIBS" (!stdenv.hostPlatform.isStatic)) ]; meta = { description = "JSON schema validator for JSON for Modern C++"; homepage = "https://github.com/pboettch/json-schema-validator"; Loading Loading
pkgs/by-name/nl/nlohmann_json_schema_validator/package.nix +4 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,10 @@ stdenv.mkDerivation (finalAttrs: { buildInputs = [ nlohmann_json ]; nativeBuildInputs = [ cmake ]; cmakeFlags = [ (lib.cmakeBool "BUILD_SHARED_LIBS" (!stdenv.hostPlatform.isStatic)) ]; meta = { description = "JSON schema validator for JSON for Modern C++"; homepage = "https://github.com/pboettch/json-schema-validator"; Loading