arc_unpacker: fix build (#369012)

This commit is contained in:
Vladimír Čunát
2024-12-29 09:09:20 +01:00
+1
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 = [