Merge pull request #218522 from amjoseph-nixpkgs/pr/libre/parallel

libre: enableParallelBuilding=true
This commit is contained in:
Weijia Wang 2023-02-27 12:28:45 +02:00 committed by GitHub
commit 1c8f39713d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";