ytalk: fix build with gcc15 (#511180)

This commit is contained in:
Weijia Wang
2026-05-03 23:12:08 +00:00
committed by GitHub
+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";