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;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ pSub ];
|
maintainers = with maintainers; [ pSub ];
|
||||||
platforms = with platforms; linux;
|
platforms = with platforms; linux;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user