gtk-gnutella: fix build with gcc 15
This commit is contained in:
@@ -53,6 +53,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
"--topless"
|
||||
];
|
||||
|
||||
# Classic 'incompatible pointer type'
|
||||
env.NIX_CFLAGS_COMPILE = "-std=gnu17";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
postInstall = ''
|
||||
|
||||
Reference in New Issue
Block a user