Skip to content

Commit

Permalink
janus-gateway: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
xokdvium committed Oct 20, 2024
1 parent 306aabb commit e770a69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/servers/janus-gateway/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ stdenv.mkDerivation rec {

makeFlags = [
"BORINGSSL_LIBS=-L${lib.getLib boringssl}/lib"
# Linkding with CXX because boringssl static libraries depend on C++ stdlib.
"CCLD=${stdenv.cc.targetPrefix}c++"
];

outputs = [ "out" "dev" "doc" "man" ];
Expand Down

0 comments on commit e770a69

Please sign in to comment.