Merge pull request #153414 from veprbl/pr/broken_garble

garble: mark as broken on darwin
This commit is contained in:
Bobby Rong 2022-01-04 10:20:29 +08:00 committed by GitHub
commit b51d023b20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
};
}