mailpit: fix build on aarch64-linux

Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
This commit is contained in:
phanirithvij
2026-02-16 09:48:38 +05:30
parent b75e144307
commit 0bb256b968
+3
View File
@@ -43,6 +43,9 @@ let
hash = source.npmDepsHash;
};
# error "C++20 or later required." for dependency node_modules/tree-sitter
env.NIX_CFLAGS_COMPILE = "-std=c++20";
nativeBuildInputs = [
nodejs
python3