summary refs log tree commit diff
diff options
context:
space:
mode:
authorAdam Joseph <adam@westernsemico.com>2023-02-26 15:03:02 -0800
committerAdam Joseph <adam@westernsemico.com>2023-02-26 15:03:31 -0800
commitbc8ef8049b09401902652ce201d3bb1608eac161 (patch)
treed16889ef4c1c7320dbeace72879746caa59879c8
parenta4c8109f60bf61a7f77f0bb580c6411cf794f0bb (diff)
downloadnixpkgs-bc8ef8049b09401902652ce201d3bb1608eac161.tar
nixpkgs-bc8ef8049b09401902652ce201d3bb1608eac161.tar.gz
nixpkgs-bc8ef8049b09401902652ce201d3bb1608eac161.tar.bz2
nixpkgs-bc8ef8049b09401902652ce201d3bb1608eac161.tar.lz
nixpkgs-bc8ef8049b09401902652ce201d3bb1608eac161.tar.xz
nixpkgs-bc8ef8049b09401902652ce201d3bb1608eac161.tar.zst
nixpkgs-bc8ef8049b09401902652ce201d3bb1608eac161.zip
librem: enableParallelBuilding=true
-rw-r--r--pkgs/development/libraries/librem/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/librem/default.nix b/pkgs/development/libraries/librem/default.nix
index f343c4383c4..14641ad6672 100644
--- a/pkgs/development/libraries/librem/default.nix
+++ b/pkgs/development/libraries/librem/default.nix
@@ -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";