···3434 "sysconfdir=\${out}/etc"
3535 ];
36363737+ patches = lib.optionals (stdenv.isDarwin) [
3838+ # Build checks for strlcpy being available in the system, but doesn't
3939+ # actually exclude its own copy from being built
4040+ ./darwin-strlcpy.patch
4141+ ];
4242+3743 enableParallelBuilding = true;
38443945 meta = with lib; {