Skip to content

Commit

Permalink
Merge pull request #218523 from amjoseph-nixpkgs/pr/baresip/enablePar…
Browse files Browse the repository at this point in the history
…allelBuilding

baresip: enableParallelBuilding=true
  • Loading branch information
wegank authored Feb 27, 2023
2 parents b196bcd + 7e0e052 commit 74038a7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 '';
Expand Down

0 comments on commit 74038a7

Please sign in to comment.