Merge pull request #218521 from amjoseph-nixpkgs/pr/librem/parallel

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

View File

@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
++ lib.optional (stdenv.cc.cc != null) "SYSROOT_ALT=${lib.getDev stdenv.cc.cc}"
++ lib.optional (stdenv.cc.libc != null) "SYSROOT=${lib.getDev stdenv.cc.libc}"
;
enableParallelBuilding = true;
meta = {
description = "A library for real-time audio and video processing";
homepage = "https://github.com/baresip/rem";