mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
coturn: override libevent openssl
libevent propagates openssl coturn crashes when it has two different versions of openssl
This commit is contained in:
parent
794a959cd1
commit
6f6dbe2dcd
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [
|
||||
openssl
|
||||
libevent
|
||||
(libevent.override { inherit openssl; })
|
||||
libprom
|
||||
libpromhttp
|
||||
libmicrohttpd
|
||||
|
Loading…
Reference in New Issue
Block a user