Unverified Commit f925155e authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

librem: enableParallelBuilding=true
parents 74038a7e bc8ef804
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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";