nixpkgs/pkgs/servers/http/bozohttpd
embr a75c0a7f87 bozohttpd: experimental darwin compat patch
As far as I can tell, libSystem on darwin provides a libm compatibility
symlink, but not a libcrypt one.

Prior art (eg. CPython) appears to use `stdenv.isDarwin` as a proxy for
`stdenv.hostPlatform.libc == "libSystem"`, but the latter also works in
cases where we're building on Darwin, but with eg. musl for some reason.
2021-05-31 11:03:17 +02:00
..
0001-include-stdint.h.patch
0002-dont-use-host-BUFSIZ.patch
default.nix bozohttpd: experimental darwin compat patch 2021-05-31 11:03:17 +02:00