arc_unpacker: use ninja

This commit is contained in:
midchildan
2025-11-06 17:50:33 +09:00
parent 68a993beba
commit 52066df23c
+2
View File
@@ -5,6 +5,7 @@
fetchpatch,
cmake,
makeWrapper,
ninja,
boost,
libpng,
libiconv,
@@ -54,6 +55,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [
cmake
makeWrapper
ninja
catch2
];