···11 sha256 = "0ff1niks3y41gr6z13q9m391na70abqyi9rj4z3y2fz69cwm6sgz";
12 };
1314+ nativeBuildInputs =
15+ [
16+ # cmake can be built with the system jsoncpp, or its own bundled version.
17+ # Obviously we cannot build it against the system jsoncpp that doesn't yet exist, so
18+ # we make a bootstrapping build with the bundled version.
19+ (cmake.override { jsoncpp = null; })
20+ python
21+ ];
2223 meta = {
24 inherit version;