nixpkgs/pkgs/tools/networking/stunnel
Sheldon Neuberger 446e0752e9 stunnel: fix compilation on darwin
stunnel 5.65 has a build error on darwin: `client.c:1514:11: error: use
of undeclared identifier 'environ'`. I think darwin is unique in that it
has unistd but doesn't define `environ`. I tested the resulting binary
for my stunnel use-case and it works on x86-darwin.

Introduced in:
f6d7bf0315

Failing build: https://hydra.nixos.org/build/187400018
2022-09-03 16:22:54 -07:00
..
default.nix stunnel: fix compilation on darwin 2022-09-03 16:22:54 -07:00