tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
jrsonnet: mark as broken on darwin
Dmitry Kalinkin
4 years ago
c71e1d7e
23e67cc7
+1
1 changed file
expand all
collapse all
unified
split
pkgs
development
compilers
jrsonnet
default.nix
+1
pkgs/development/compilers/jrsonnet/default.nix
reviewed
···
31
31
maintainers = with lib.maintainers; [ lach ];
32
32
license = lib.licenses.mit;
33
33
homepage = "https://github.com/CertainLach/jrsonnet";
34
34
+
broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/jrsonnet.x86_64-darwin
34
35
};
35
36
}