kermit: fix build (#386337)

This commit is contained in:
Aleksana
2025-03-07 19:26:51 +08:00
committed by GitHub
+2
View File
@@ -39,6 +39,8 @@ stdenv.mkDerivation {
make -f makefile install
'';
env.NIX_CFLAGS_COMPILE = "-Wno-implicit-function-declaration -Wno-implicit-int";
meta = with lib; {
homepage = "https://www.kermitproject.org/ck90.html";
description = "Portable Scriptable Network and Serial Communication Software";