python3Packages.xgrammar: remove aarch64-linux from meta.badPlatforms

This commit is contained in:
stefan
2026-04-07 15:57:14 -07:00
parent 1ec94a34ad
commit 68e93a7622
@@ -108,9 +108,5 @@ buildPythonPackage rec {
homepage = "https://xgrammar.mlc.ai";
changelog = "https://github.com/mlc-ai/xgrammar/releases/tag/${src.tag}";
license = lib.licenses.asl20;
badPlatforms = [
# error: operator delete called on unallocated object result [-Werror=free-nonheap-object]
"aarch64-linux"
];
};
}