mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
janus-gateway: fix build
This commit is contained in:
parent
306aabb533
commit
2af5e7026e
@ -44,6 +44,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
makeFlags = [
|
||||
"BORINGSSL_LIBS=-L${lib.getLib boringssl}/lib"
|
||||
# Linking with CXX because boringssl static libraries depend on C++ stdlib.
|
||||
# Upstream issue: https://www.github.com/meetecho/janus-gateway/issues/3456
|
||||
"CCLD=${stdenv.cc.targetPrefix}c++"
|
||||
];
|
||||
|
||||
outputs = [ "out" "dev" "doc" "man" ];
|
||||
|
Loading…
Reference in New Issue
Block a user