···29293030 cmakeFlags = [ "-DECT_FOLDER_SUPPORT=ON" ];
31313232+ CXXFLAGS = [
3333+ # GCC 13: error: 'uint32_t' does not name a type
3434+ "-include cstdint"
3535+ ];
3636+3237 meta = with lib; {
3338 description = "Fast and effective C++ file optimizer";
3439 homepage = "https://github.com/fhanau/Efficient-Compression-Tool";