We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 061f2fd + 8c1dca7 commit 1b60728Copy full SHA for 1b60728
1 file changed
pkgs/by-name/sq/sqsh/package.nix
@@ -28,6 +28,9 @@ stdenv.mkDerivation (finalAttrs: {
28
substituteInPlace configure --replace "libct.so" "libct.dylib"
29
'';
30
31
+ # 'bool' used as identifier rejected by gcc 15's C23 default.
32
+ env.NIX_CFLAGS_COMPILE = "-std=gnu17";
33
+
34
enableParallelBuilding = true;
35
36
buildInputs = [
0 commit comments