mathgl: mark cross as broken (#397608)

This commit is contained in:
Aleksana 2025-05-04 17:13:13 +08:00 committed by GitHub
commit 3bfc4d057e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;
};
}