From 141b35de2d9239df42bd226508c7108f7632c39b Mon Sep 17 00:00:00 2001 From: Adam Joseph Date: Sun, 26 Feb 2023 15:02:56 -0800 Subject: libre: enableParallelBuilding=true --- pkgs/development/libraries/libre/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/development/libraries/libre/default.nix') diff --git a/pkgs/development/libraries/libre/default.nix b/pkgs/development/libraries/libre/default.nix index 7ed03f0af11..9ddebe5b6b0 100644 --- a/pkgs/development/libraries/libre/default.nix +++ b/pkgs/development/libraries/libre/default.nix @@ -13,6 +13,7 @@ stdenv.mkDerivation rec { ++ lib.optional (stdenv.cc.cc != null) "SYSROOT_ALT=${stdenv.cc.cc}" ++ lib.optional (stdenv.cc.libc != null) "SYSROOT=${lib.getDev stdenv.cc.libc}" ; + enableParallelBuilding = true; meta = { description = "A library for real-time communications with async IO support and a complete SIP stack"; homepage = "https://github.com/baresip/re"; -- cgit 1.4.1