Unverified Commit 579fb4d2 authored by Stefan Frijters's avatar Stefan Frijters
Browse files

ytdownloader: move env variable(s) into env for structuredAttrs

parent 82311c6c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ buildNpmPackage rec {
    })
  ];

  ELECTRON_SKIP_BINARY_DOWNLOAD = "1";
  env.ELECTRON_SKIP_BINARY_DOWNLOAD = "1";

  dontNpmBuild = true;