Loading pkgs/development/python-modules/dash/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ , nodejs , yarn , fixup_yarn_lock , prefetch-yarn-deps , fetchYarnDeps , setuptools Loading Loading @@ -52,7 +52,7 @@ buildPythonPackage rec { nativeBuildInputs = [ nodejs yarn fixup_yarn_lock prefetch-yarn-deps ]; yarnDeps = fetchYarnDeps { Loading @@ -66,7 +66,7 @@ buildPythonPackage rec { export HOME=$(mktemp -d) yarn config --offline set yarn-offline-mirror ${yarnDeps} fixup_yarn_lock yarn.lock fixup-yarn-lock yarn.lock substituteInPlace package.json --replace jlpm yarn yarn install --offline --frozen-lockfile --ignore-engines --ignore-scripts Loading Loading
pkgs/development/python-modules/dash/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ , nodejs , yarn , fixup_yarn_lock , prefetch-yarn-deps , fetchYarnDeps , setuptools Loading Loading @@ -52,7 +52,7 @@ buildPythonPackage rec { nativeBuildInputs = [ nodejs yarn fixup_yarn_lock prefetch-yarn-deps ]; yarnDeps = fetchYarnDeps { Loading @@ -66,7 +66,7 @@ buildPythonPackage rec { export HOME=$(mktemp -d) yarn config --offline set yarn-offline-mirror ${yarnDeps} fixup_yarn_lock yarn.lock fixup-yarn-lock yarn.lock substituteInPlace package.json --replace jlpm yarn yarn install --offline --frozen-lockfile --ignore-engines --ignore-scripts Loading