mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
aspino: mark broken for x86_64 Darwin
Been broken for a few years already too.
This commit is contained in:
parent
b465f1a92f
commit
5e1adacaf0
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue