Loading pkgs/by-name/ht/httptunnel/package.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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 ]; Loading Loading
pkgs/by-name/ht/httptunnel/package.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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 ]; Loading