gtk-gnutella: fix build with gcc 15

This commit is contained in:
Doron Behar
2026-05-21 03:06:12 +03:00
parent d6c593d197
commit 68a07022a6
+3
View File
@@ -53,6 +53,9 @@ stdenv.mkDerivation (finalAttrs: {
"--topless"
];
# Classic 'incompatible pointer type'
env.NIX_CFLAGS_COMPILE = "-std=gnu17";
enableParallelBuilding = true;
postInstall = ''