isabelle: mark cross compilation as broken

This commit is contained in:
sempiternal-aurora
2026-04-14 10:24:53 +10:00
parent 0f1ed4ec26
commit e1a2ff024b
+3 -1
View File
@@ -330,7 +330,6 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Generic proof assistant";
longDescription = ''
Isabelle is a generic proof assistant. It allows mathematical formulas
to be expressed in a formal language and provides tools for proving those
@@ -346,6 +345,9 @@ stdenv.mkDerivation (finalAttrs: {
lib.maintainers.jvanbruegge
lib.maintainers.sempiternal-aurora
];
# need to compile the heaps for host on build
# which requires us to use the host polyml toolchain
broken = !(stdenv.buildPlatform.canExecute stdenv.hostPlatform);
platforms = [
"x86_64-linux"
"aarch64-linux"