···24 ];
2526 # We need _GNU_SOURCE so that mallocmock_reset() is defined: https://savannah.gnu.org/bugs/?66416
27- NIX_CFLAGS_COMPILE = lib.optionalString (stdenv.cc.isGNU) "-D_GNU_SOURCE=1 -Wno-int-conversion -Wno-incompatible-pointer-types";
2829 patches = [
30 # GNU Screen 5.0 uses strncpy incorrectly in SendCmdMessage
···43 ] ++ lib.optional stdenv.hostPlatform.isDarwin utmp;
4445 # The test suite seems to have some glibc malloc hooks that don't exist/link on macOS
46- doCheck = !stdenv.hostPlatform.isDarwin;
04748 meta = with lib; {
49 homepage = "https://www.gnu.org/software/screen/";
···24 ];
2526 # We need _GNU_SOURCE so that mallocmock_reset() is defined: https://savannah.gnu.org/bugs/?66416
27+ NIX_CFLAGS_COMPILE = "-D_GNU_SOURCE=1 -Wno-int-conversion -Wno-incompatible-pointer-types";
2829 patches = [
30 # GNU Screen 5.0 uses strncpy incorrectly in SendCmdMessage
···43 ] ++ lib.optional stdenv.hostPlatform.isDarwin utmp;
4445 # The test suite seems to have some glibc malloc hooks that don't exist/link on macOS
46+ # With pkgsLLVM: tests/test-winmsgcond.c:53: assertion 'wmc_end(&wmc, pos + 1, &chg) == pos' failed
47+ doCheck = !stdenv.hostPlatform.isDarwin && !stdenv.hostPlatform.useLLVM;
4849 meta = with lib; {
50 homepage = "https://www.gnu.org/software/screen/";