mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
dictu: mark as broken on darwin
This commit is contained in:
parent
b83fd49b13
commit
dd0b7b6a17
1 changed files with 1 additions and 0 deletions
|
@ -80,5 +80,6 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ luc65r ];
|
||||
platforms = platforms.all;
|
||||
broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/staging-next/dictu.x86_64-darwin
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue