Skip to content

Commit

Permalink
Merge pull request #218521 from amjoseph-nixpkgs/pr/librem/parallel
Browse files Browse the repository at this point in the history
librem: enableParallelBuilding=true
  • Loading branch information
wegank authored Feb 27, 2023
2 parents 74038a7 + bc8ef80 commit f925155
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/libraries/librem/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit f925155

Please sign in to comment.