aspino: mark broken for x86_64 Darwin
Been broken for a few years already too.
This commit is contained in:
parent
b465f1a92f
commit
5e1adacaf0
@ -47,5 +47,7 @@ stdenv.mkDerivation {
|
|||||||
homepage = "https://alviano.net/software/maxino/";
|
homepage = "https://alviano.net/software/maxino/";
|
||||||
# See pkgs/applications/science/logic/glucose/default.nix
|
# See pkgs/applications/science/logic/glucose/default.nix
|
||||||
badPlatforms = [ "aarch64-linux" ];
|
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
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user