Merge pull request #160770 from veprbl/pr/broken_nvi

This commit is contained in:
Martin Weinelt 2022-02-19 01:21:11 +01:00 committed by GitHub
commit cb014bcc34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
};
}