kermit: mark as broken

Uses internal API of the _IO_FILE struct which breaks with glibc-2.30.
Also there's no release since 2011.
This commit is contained in:
Maximilian Bosch 2020-02-01 17:24:49 +01:00
parent 3be119d5ba
commit ca7a3c8623
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -35,5 +35,6 @@ stdenv.mkDerivation {
license = licenses.bsd3;
maintainers = with maintainers; [ pSub ];
platforms = with platforms; linux;
broken = true;
};
}