Merge pull request #269302 from Stunkymonkey/electron-fiddle-migrate-prefetch-yarn-deps

electron-fiddle: migrate to prefetch-yarn-deps

authored by Felix Bühler and committed by GitHub d50918bc 0cfa7ffc

+3 -3
+3 -3
pkgs/development/tools/electron-fiddle/default.nix
··· 3 3 , fetchFromGitHub 4 4 , fetchYarnDeps 5 5 , fetchurl 6 - , fixup_yarn_lock 6 + , prefetch-yarn-deps 7 7 , git 8 8 , lib 9 9 , makeDesktopItem ··· 51 51 pname = "${pname}-unwrapped"; 52 52 inherit version src; 53 53 54 - nativeBuildInputs = [ fixup_yarn_lock git nodejs util-linux yarn zip ]; 54 + nativeBuildInputs = [ prefetch-yarn-deps git nodejs util-linux yarn zip ]; 55 55 56 56 configurePhase = '' 57 57 export HOME=$TMPDIR 58 - fixup_yarn_lock yarn.lock 58 + fixup-yarn-lock yarn.lock 59 59 yarn config --offline set yarn-offline-mirror ${offlineCache} 60 60 yarn install --offline --frozen-lockfile --ignore-scripts --no-progress --non-interactive 61 61 patchShebangs node_modules