Merge pull request #269310 from Stunkymonkey/thelounge-migrate-prefetch-yarn-deps

thelounge: migrate to prefetch-yarn-deps

authored by Felix Bühler and committed by GitHub 383125f4 b98abd8c

+3 -3
+3 -3
pkgs/applications/networking/irc/thelounge/default.nix
··· 4 , fetchYarnDeps 5 , nodejs 6 , yarn 7 - , fixup_yarn_lock 8 , python3 9 , npmHooks 10 , darwin ··· 38 hash = "sha256-MM6SgVT7Pjdu96A4eWRucEzT7uNPxBqUDgHKl8mH2C0="; 39 }; 40 41 - nativeBuildInputs = [ nodejs yarn fixup_yarn_lock python3 npmHooks.npmInstallHook ] ++ lib.optional stdenv.isDarwin darwin.cctools; 42 buildInputs = [ sqlite ]; 43 44 configurePhase = '' ··· 46 47 export HOME="$PWD" 48 49 - fixup_yarn_lock yarn.lock 50 yarn config --offline set yarn-offline-mirror ${finalAttrs.offlineCache} 51 yarn install --offline --frozen-lockfile --ignore-platform --ignore-scripts --no-progress --non-interactive 52 patchShebangs node_modules
··· 4 , fetchYarnDeps 5 , nodejs 6 , yarn 7 + , prefetch-yarn-deps 8 , python3 9 , npmHooks 10 , darwin ··· 38 hash = "sha256-MM6SgVT7Pjdu96A4eWRucEzT7uNPxBqUDgHKl8mH2C0="; 39 }; 40 41 + nativeBuildInputs = [ nodejs yarn prefetch-yarn-deps python3 npmHooks.npmInstallHook ] ++ lib.optional stdenv.isDarwin darwin.cctools; 42 buildInputs = [ sqlite ]; 43 44 configurePhase = '' ··· 46 47 export HOME="$PWD" 48 49 + fixup-yarn-lock yarn.lock 50 yarn config --offline set yarn-offline-mirror ${finalAttrs.offlineCache} 51 yarn install --offline --frozen-lockfile --ignore-platform --ignore-scripts --no-progress --non-interactive 52 patchShebangs node_modules