baresip: enableParallelBuilding=true

This commit is contained in:
Adam Joseph
2023-02-26 15:08:54 -08:00
parent 258e046c42
commit 4fff590562
@@ -107,6 +107,8 @@ stdenv.mkDerivation rec {
++ lib.optional (stdenv.cc.libc != null) "SYSROOT=${stdenv.cc.libc}"
;
enableParallelBuilding = true;
env.NIX_CFLAGS_COMPILE = '' -I${librem}/include/rem -I${gsm}/include/gsm
-DHAVE_INTTYPES_H -D__GLIBC__
-D__need_timeval -D__need_timespec -D__need_time_t '';