lumo 1.9.0 -> 1.10.1 plus darwin support

This commit is contained in:
hlolli
2020-02-19 23:16:40 +01:00
parent 43a775649c
commit ef712ff2f5
9 changed files with 1465 additions and 1376 deletions

View File

@@ -363,7 +363,7 @@ let
npm ${forceOfflineFlag} --nodedir=${nodeSources} ${npmFlags} ${stdenv.lib.optionalString production "--production"} rebuild
if [ "''${dontNpmInstall-}" != "1" ]
if [ "$dontNpmInstall" != "1" ]
then
# NPM tries to download packages even when they already exist if npm-shrinkwrap is used.
rm -f npm-shrinkwrap.json

File diff suppressed because it is too large Load Diff