Merge pull request #218521 from amjoseph-nixpkgs/pr/librem/parallel
librem: enableParallelBuilding=true
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user