dsniff: fix build with gcc15

This commit is contained in:
Guillaume Girol 2026-03-06 12:00:00 +00:00
parent 9fa9f1faf7
commit e50a46604e

View file

@ -114,6 +114,7 @@ stdenv.mkDerivation (finalAttrs: {
];
NIX_CFLAGS_COMPILE = toString [
"-I${libtirpc.dev}/include/tirpc"
"-std=gnu17"
];
};
postPatch = ''