arc_unpacker: fix build

This commit is contained in:
wxt 2024-12-29 14:23:41 +08:00
parent 0698afda94
commit 33a28d82f0
No known key found for this signature in database
GPG Key ID: 8281D5EE2D1825A4

View File

@ -42,6 +42,7 @@ stdenv.mkDerivation {
postPatch = ''
cp ${catch2}/include/catch2/catch.hpp tests/test_support/catch.h
sed '1i#include <limits>' -i src/dec/eagls/pak_archive_decoder.cc # gcc12
sed '1i#include <vector>' -i src/flow/cli_facade.h # gcc14
'';
nativeBuildInputs = [