json_c: don’t build apps

We never installed these anyway, and they didn’t bump the CMake version
in them along with the main file.

Fixes the build with CMake 4.
This commit is contained in:
Emily
2025-09-16 04:41:12 +01:00
parent c90d266b5d
commit bf2502796c
+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 = ''