···1111 sha256 = "0p92i0hx2k3g8mwrcy339b56bfq8qgpb65id8xllkgd2ns4wi9zi";
1212 };
13131414+ /* During darwin bootstrap, we have a cp that doesn't understand the
1515+ * --reflink=auto flag, which is used in the default unpackPhase for dirs
1616+ */
1717+ unpackPhase = ''
1818+ cp -a ${src} ${src.name}
1919+ chmod -R +w ${src.name}
2020+ export sourceRoot=${src.name}
2121+ '';
2222+1423 nativeBuildInputs = [
1524 # cmake can be built with the system jsoncpp, or its own bundled version.
1625 # Obviously we cannot build it against the system jsoncpp that doesn't yet exist, so