Skip to content

Commit

Permalink
Merge pull request #218522 from amjoseph-nixpkgs/pr/libre/parallel
Browse files Browse the repository at this point in the history
libre: enableParallelBuilding=true
  • Loading branch information
wegank authored Feb 27, 2023
2 parents f925155 + 141b35d commit 1c8f397
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/libraries/libre/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ stdenv.mkDerivation rec {
++ lib.optional (stdenv.cc.cc != null) "SYSROOT_ALT=${stdenv.cc.cc}"
++ lib.optional (stdenv.cc.libc != null) "SYSROOT=${lib.getDev stdenv.cc.libc}"
;
enableParallelBuilding = true;
meta = {
description = "A library for real-time communications with async IO support and a complete SIP stack";
homepage = "https://github.com/baresip/re";
Expand Down

0 comments on commit 1c8f397

Please sign in to comment.