fsearch: mark as broken on darwin
This commit is contained in:
parent
4bd7cdc035
commit
9124f3f520
1 changed files with 1 additions and 0 deletions
|
@ -55,5 +55,6 @@ stdenv.mkDerivation {
|
|||
maintainers = with maintainers; [ artturin ];
|
||||
platforms = platforms.unix;
|
||||
mainProgram = "fsearch";
|
||||
broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/fsearch.x86_64-darwin
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue