Merge pull request #156053 from veprbl/pr/broken_jrsonnet

jrsonnet: mark as broken on darwin
This commit is contained in:
Bobby Rong 2022-01-21 20:37:09 +08:00 committed by GitHub
commit f722043578
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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