1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 20:21:14 +00:00

python311Packages.dash: migrate to prefetch-yarn-deps

This commit is contained in:
Felix Buehler 2023-11-25 15:37:27 +01:00
parent 3832b75e4e
commit 694ddfae79

View file

@ -5,7 +5,7 @@
, nodejs
, yarn
, fixup_yarn_lock
, prefetch-yarn-deps
, fetchYarnDeps
, setuptools
@ -52,7 +52,7 @@ buildPythonPackage rec {
nativeBuildInputs = [
nodejs
yarn
fixup_yarn_lock
prefetch-yarn-deps
];
yarnDeps = fetchYarnDeps {
@ -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