mirakurun: fix build

This commit is contained in:
midchildan 2023-02-12 18:09:33 +00:00 committed by Alyssa Ross
parent 4512a71281
commit 18c24ee413

View File

@ -39,6 +39,9 @@ stdenvNoCC.mkDerivation rec {
yarnLock = ./yarn.lock;
packageJSON = ./package.json;
# workaround for https://github.com/webpack/webpack/issues/14532
NODE_OPTIONS = "--openssl-legacy-provider";
patches = [
# NOTE: fixes for hardcoded paths and assumptions about filesystem
# permissions