mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
efficient-compression-tool: fixup build with gcc13
This commit is contained in:
parent
048da68103
commit
c3a00e5a69
@ -29,6 +29,11 @@ stdenv.mkDerivation rec {
|
||||
|
||||
cmakeFlags = [ "-DECT_FOLDER_SUPPORT=ON" ];
|
||||
|
||||
CXXFLAGS = [
|
||||
# GCC 13: error: 'uint32_t' does not name a type
|
||||
"-include cstdint"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Fast and effective C++ file optimizer";
|
||||
homepage = "https://github.com/fhanau/Efficient-Compression-Tool";
|
||||
|
Loading…
Reference in New Issue
Block a user