1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

nvi: mark as broken

This commit is contained in:
Jörg Thalheim 2020-05-17 15:52:50 +01:00
parent c19fa9be5e
commit b5742ab493
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

View file

@ -51,5 +51,6 @@ stdenv.mkDerivation {
homepage = "http://www.bostic.com/vi/";
description = "The Berkeley Vi Editor";
license = stdenv.lib.licenses.free;
broken = true; # since 2020-02-08
};
}