ezquake: fix build (#503208)

This commit is contained in:
Nikolay Korotkiy
2026-03-28 12:57:48 +00:00
committed by GitHub
+5
View File
@@ -30,6 +30,11 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-AJe7ZvF88gKrW6IsTLpYI7RmzetFGZifntHzX7aNcG4=";
};
postPatch = ''
substituteInPlace src/fs.h \
--replace-fail '"unzip.h"' '<minizip/unzip.h>'
'';
nativeBuildInputs = [
cmake
pkg-config