mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
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
|
@ -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