json_c: don’t build apps (#443327)

This commit is contained in:
K900
2025-09-16 08:09:19 +03:00
committed by GitHub
+4
View File
@@ -23,6 +23,10 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [ cmake ];
cmakeFlags = [
(lib.cmakeBool "BUILD_APPS" false)
];
meta = with lib; {
description = "JSON implementation in C";
longDescription = ''