mathgl: mark cross as broken (#397608)

This commit is contained in:
Aleksana
2025-05-04 17:13:13 +08:00
committed by GitHub
+2
View File
@@ -35,5 +35,7 @@ stdenv.mkDerivation rec {
];
platforms = platforms.linux;
maintainers = [ maintainers.GabrielDougherty ];
# build tool make_bin is built for host
broken = !stdenv.buildPlatform.canExecute stdenv.hostPlatform;
};
}