jrsonnet: mark as broken on darwin

This commit is contained in:
Dmitry Kalinkin 2022-01-21 07:08:20 -05:00
parent 23e67cc7fd
commit c71e1d7e74
No known key found for this signature in database
GPG key ID: 5157B3EC8B2CA333

View file

@ -31,5 +31,6 @@ rustPlatform.buildRustPackage rec {
maintainers = with lib.maintainers; [ lach ];
license = lib.licenses.mit;
homepage = "https://github.com/CertainLach/jrsonnet";
broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/jrsonnet.x86_64-darwin
};
}