3
0
Fork 0
forked from mirrors/nixpkgs

garble: mark as broken on darwin

This commit is contained in:
Dmitry Kalinkin 2022-01-03 18:53:54 -05:00
parent 988f3adf00
commit 7a95bc1b14
No known key found for this signature in database
GPG key ID: 5157B3EC8B2CA333

View file

@ -30,5 +30,6 @@ buildGoModule rec {
homepage = "https://github.com/burrowers/garble/";
maintainers = with lib.maintainers; [ davhau ];
license = lib.licenses.bsd3;
broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/garble.x86_64-darwin
};
}