python3Packages.magika: remove broken condition for aarch64-linux

This commit is contained in:
aleksana
2025-12-07 10:29:28 +08:00
parent 0f7f894560
commit e2f5eabbb5
@@ -9,7 +9,6 @@
hatchling,
python-dotenv,
pythonOlder,
stdenv,
tabulate,
testers,
tqdm,
@@ -48,7 +47,5 @@ buildPythonPackage rec {
license = licenses.asl20;
maintainers = with maintainers; [ mihaimaruseac ];
mainProgram = "magika-python-client";
# Currently, disabling on AArch64 as it onnx runtime crashes on ofborg
broken = stdenv.hostPlatform.isAarch64 && stdenv.hostPlatform.isLinux;
};
}