mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 18:14:42 +00:00
Merge pull request #218521 from amjoseph-nixpkgs/pr/librem/parallel
librem: enableParallelBuilding=true
This commit is contained in:
commit
f925155ed3
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user