lol

jrsonnet: mark as broken on darwin

+1
+1
pkgs/development/compilers/jrsonnet/default.nix
··· 31 31 maintainers = with lib.maintainers; [ lach ]; 32 32 license = lib.licenses.mit; 33 33 homepage = "https://github.com/CertainLach/jrsonnet"; 34 + broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/jrsonnet.x86_64-darwin 34 35 }; 35 36 }