ntl: mark cross as broken

This commit is contained in:
Weijia Wang
2025-06-10 05:59:22 +02:00
parent cdc68935eb
commit 650986b7ed
+3
View File
@@ -80,5 +80,8 @@ stdenv.mkDerivation rec {
teams = [ teams.sage ];
license = licenses.gpl2Plus;
platforms = platforms.all;
# Does not cross compile
# https://github.com/libntl/ntl/issues/8
broken = !(stdenv.buildPlatform.canExecute stdenv.hostPlatform);
};
}