Skip to content

Commit

Permalink
podman-desktop: migrate to prefetch-yarn-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Stunkymonkey committed Nov 22, 2023
1 parent 3832b75 commit ee7fac0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/virtualization/podman-desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
, fetchFromGitHub
, fetchYarnDeps
, yarn
, fixup_yarn_lock
, prefetch-yarn-deps
, nodejs
, makeWrapper
, copyDesktopItems
Expand Down Expand Up @@ -46,7 +46,7 @@ stdenv.mkDerivation (finalAttrs: {

nativeBuildInputs = [
yarn
fixup_yarn_lock
prefetch-yarn-deps
nodejs
makeWrapper
copyDesktopItems
Expand All @@ -60,7 +60,7 @@ stdenv.mkDerivation (finalAttrs: {
export HOME="$TMPDIR"
yarn config --offline set yarn-offline-mirror "$offlineCache"
fixup_yarn_lock yarn.lock
fixup-yarn-lock yarn.lock
yarn install --offline --frozen-lockfile --ignore-platform --ignore-scripts --no-progress --non-interactive
patchShebangs node_modules/
Expand Down

0 comments on commit ee7fac0

Please sign in to comment.