From c71e1d7e74eb3776d66ea3b0a267135b0265f029 Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Fri, 21 Jan 2022 07:08:20 -0500 Subject: [PATCH] jrsonnet: mark as broken on darwin --- pkgs/development/compilers/jrsonnet/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/compilers/jrsonnet/default.nix b/pkgs/development/compilers/jrsonnet/default.nix index 5f99fb10cee..696f7acb331 100644 --- a/pkgs/development/compilers/jrsonnet/default.nix +++ b/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 }; }