···34 "sysconfdir=\${out}/etc"
35 ];
3600000037 enableParallelBuilding = true;
3839 meta = with lib; {
···34 "sysconfdir=\${out}/etc"
35 ];
3637+ patches = lib.optionals (stdenv.isDarwin) [
38+ # Build checks for strlcpy being available in the system, but doesn't
39+ # actually exclude its own copy from being built
40+ ./darwin-strlcpy.patch
41+ ];
42+43 enableParallelBuilding = true;
4445 meta = with lib; {