Commit 68fc74c8 authored by Felix Buehler's avatar Felix Buehler
Browse files

tetrio-desktop: migrate to fixup-yarn-lock

parent a0a63aa8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

, fetchYarnDeps
, yarn
, fixup_yarn_lock
, fixup-yarn-lock
, nodejs
, asar

@@ -93,7 +93,7 @@ stdenv.mkDerivation (finalAttrs: {

  nativeBuildInputs = [
    yarn
    fixup_yarn_lock
    fixup-yarn-lock
    nodejs
    asar
  ];
@@ -113,7 +113,7 @@ stdenv.mkDerivation (finalAttrs: {

    export HOME=$(mktemp -d)
    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/