jrsonnet: mark as broken on darwin

main
Dmitry Kalinkin 2 years ago
parent 23e67cc7fd
commit c71e1d7e74
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333
  1. 1
      pkgs/development/compilers/jrsonnet/default.nix

@ -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…
Cancel
Save