element-web: allow older openssl codecs (#190950)
fix build error on current staging-next due to openssl upgrade Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
parent
4754ad06b4
commit
2e3e0081e5
1 changed files with 5 additions and 0 deletions
|
@ -42,6 +42,11 @@ in stdenv.mkDerivation rec {
|
|||
runHook preConfigure
|
||||
|
||||
export HOME=$PWD/tmp
|
||||
# with the update of openssl3, some key ciphers are not supported anymore
|
||||
# this flag will allow those codecs again as a workaround
|
||||
# see https://medium.com/the-node-js-collection/node-js-17-is-here-8dba1e14e382#5f07
|
||||
# and https://github.com/vector-im/element-web/issues/21043
|
||||
export NODE_OPTIONS=--openssl-legacy-provider
|
||||
mkdir -p $HOME
|
||||
|
||||
fixup_yarn_lock yarn.lock
|
||||
|
|
Loading…
Reference in a new issue