···13 # the configure scripts
14 nativeBuildInputs = [ autoreconfHook ];
1516- patches = stdenv.lib.optional stdenv.isDarwin ./darwin.patch;
001718 meta = with stdenv.lib; {
19 description = "Common functions found on BSD systems";
···13 # the configure scripts
14 nativeBuildInputs = [ autoreconfHook ];
1516+ patches = stdenv.lib.optional stdenv.isDarwin ./darwin.patch
17+ # Suitable for all but limited to musl to avoid rebuild
18+ ++ stdenv.lib.optional stdenv.hostPlatform.isMusl ./musl.patch;
1920 meta = with stdenv.lib; {
21 description = "Common functions found on BSD systems";