Skip to content

Commit

Permalink
librem: enableParallelBuilding=true
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Joseph committed Feb 26, 2023
1 parent 060baa5 commit 258e046
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 @@ -22,6 +22,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 258e046

Please sign in to comment.