Skip to content

Commit

Permalink
Merge pull request NixOS#269304 from Stunkymonkey/podman-desktop-migr…
Browse files Browse the repository at this point in the history
…ate-prefetch-yarn-deps

podman-desktop: migrate to prefetch-yarn-deps
  • Loading branch information
NickCao committed Nov 24, 2023
2 parents 216c141 + ee7fac0 commit 5a09cb4
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 5a09cb4

Please sign in to comment.