forked from mirrors/nixpkgs
jrsonnet: mark as broken on darwin
This commit is contained in:
parent
23e67cc7fd
commit
c71e1d7e74
|
@ -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
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue