aspino: mark broken for x86_64 Darwin

Been broken for a few years already too.
This commit is contained in:
Rick van Schijndel 2022-05-19 21:28:15 +02:00
parent b465f1a92f
commit 5e1adacaf0

View file

@ -47,5 +47,7 @@ stdenv.mkDerivation {
homepage = "https://alviano.net/software/maxino/";
# See pkgs/applications/science/logic/glucose/default.nix
badPlatforms = [ "aarch64-linux" ];
# src/MaxSatSolver.cc:280:62: error: ordered comparison between pointer and zero ('unsigned int *' and 'int')
broken = (stdenv.isDarwin && stdenv.isx86_64); # broken since 2019-05-07 on hydra
};
}