sapling: migrate to prefetch-yarn-deps
This commit is contained in:
parent
3be5097d90
commit
644b234e1c
1 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@
|
|||
, fetchYarnDeps
|
||||
, yarn
|
||||
, nodejs
|
||||
, fixup_yarn_lock
|
||||
, prefetch-yarn-deps
|
||||
, glibcLocales
|
||||
, libiconv
|
||||
, Cocoa
|
||||
|
@ -66,7 +66,7 @@ let
|
|||
inherit version;
|
||||
|
||||
nativeBuildInputs = [
|
||||
fixup_yarn_lock
|
||||
prefetch-yarn-deps
|
||||
nodejs
|
||||
yarn
|
||||
];
|
||||
|
@ -75,7 +75,7 @@ let
|
|||
runHook preBuild
|
||||
|
||||
export HOME=$(mktemp -d)
|
||||
fixup_yarn_lock yarn.lock
|
||||
fixup-yarn-lock yarn.lock
|
||||
yarn config --offline set yarn-offline-mirror ${yarnOfflineCache}
|
||||
yarn install --offline --frozen-lockfile --ignore-engines --ignore-scripts --no-progress
|
||||
patchShebangs node_modules
|
||||
|
|
Loading…
Reference in a new issue