ntl: mark cross as broken (#401843)

This commit is contained in:
Aleksana
2025-06-10 23:16:08 +08:00
committed by GitHub
+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);
};
}