Commit be15fecd authored by Kerstin Humm's avatar Kerstin Humm Committed by github-actions[bot]
Browse files

mastodon: remove outdated override for openssl 3 support

(cherry picked from commit c42df26a)
parent a724abcf
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -42,9 +42,6 @@ stdenv.mkDerivation rec {
      runHook preBuild

      export HOME=$PWD
      # This option is needed for openssl-3 compatibility
      # Otherwise we encounter this upstream issue: https://github.com/mastodon/mastodon/issues/17924
      export NODE_OPTIONS=--openssl-legacy-provider
      fixup-yarn-lock ~/yarn.lock
      yarn config --offline set yarn-offline-mirror $yarnOfflineCache
      yarn install --offline --frozen-lockfile --ignore-engines --ignore-scripts --no-progress