forked from mirrors/nixpkgs
nvi: mark as broken on darwin
This commit is contained in:
parent
e7e54ace72
commit
221144ce4c
|
@ -35,5 +35,6 @@ stdenv.mkDerivation rec {
|
|||
description = "The Berkeley Vi Editor";
|
||||
license = licenses.free;
|
||||
platforms = platforms.unix;
|
||||
broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/nvi.x86_64-darwin
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue