···1111 sha256 = "0ff1niks3y41gr6z13q9m391na70abqyi9rj4z3y2fz69cwm6sgz";
1212 };
13131414- nativeBuildInputs = [ cmake python ];
1414+ nativeBuildInputs =
1515+ [
1616+ # cmake can be built with the system jsoncpp, or its own bundled version.
1717+ # Obviously we cannot build it against the system jsoncpp that doesn't yet exist, so
1818+ # we make a bootstrapping build with the bundled version.
1919+ (cmake.override { jsoncpp = null; })
2020+ python
2121+ ];
15221623 meta = {
1724 inherit version;