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:
@@ -23,6 +23,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
cmakeFlags = [
|
||||
(lib.cmakeBool "BUILD_APPS" false)
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "JSON implementation in C";
|
||||
longDescription = ''
|
||||
|
||||
Reference in New Issue
Block a user