Skip to content

Commit

Permalink
schildichat-web: allow older openssl codecs (#190964)
Browse files Browse the repository at this point in the history
Fix build error due to openssl upgrade

This applies the fix from #190950 to schildichat, as it suffers from the
same issue
  • Loading branch information
yu-re-ka committed Sep 13, 2022
1 parent 2772b97 commit 8c4a8f9
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,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
pushd element-web
Expand Down

0 comments on commit 8c4a8f9

Please sign in to comment.