httptunnel: Compile with C17

This commit is contained in:
Tim Schumacher
2026-01-05 02:24:17 +01:00
parent 71a801a55a
commit e3b06a0213
+4
View File
@@ -16,6 +16,10 @@ stdenv.mkDerivation {
hash = "sha256-fUaVHE3nxq3fU7DYCvaQTOoMzax/qFH8cMegFLLybNk=";
};
# httptunnel makes liberal use of old C features, just selecting an old version
# is easier than patching around language updates.
env.NIX_CFLAGS_COMPILE = "-std=gnu17";
nativeBuildInputs = [
autoreconfHook
];