Commit 18c24ee4 authored by midchildan's avatar midchildan Committed by Alyssa Ross
Browse files

mirakurun: fix build

parent 4512a712
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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