lol

efficient-compression-tool: fixup build with gcc13

+5
+5
pkgs/tools/compression/efficient-compression-tool/default.nix
··· 29 29 30 30 cmakeFlags = [ "-DECT_FOLDER_SUPPORT=ON" ]; 31 31 32 + CXXFLAGS = [ 33 + # GCC 13: error: 'uint32_t' does not name a type 34 + "-include cstdint" 35 + ]; 36 + 32 37 meta = with lib; { 33 38 description = "Fast and effective C++ file optimizer"; 34 39 homepage = "https://github.com/fhanau/Efficient-Compression-Tool";