ytalk: fix build with gcc15

This commit is contained in:
Xiangyan Sun
2026-04-18 08:14:57 -07:00
parent f97e195236
commit 46b7ed6a9d
+2
View File
@@ -16,6 +16,8 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [ ncurses ];
env.NIX_CFLAGS_COMPILE = "-std=gnu17";
meta = {
homepage = "http://ytalk.ourproject.org";
description = "Terminal based talk client";