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:
parent
3be119d5ba
commit
ca7a3c8623
1 changed files with 1 additions and 0 deletions
|
@ -35,5 +35,6 @@ stdenv.mkDerivation {
|
|||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ pSub ];
|
||||
platforms = with platforms; linux;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue