about summary refs log tree commit diff
path: root/pkgs/applications/graphics/drawio
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2023-11-22 23:28:51 +0100
committerAlyssa Ross <hi@alyssa.is>2023-11-23 13:05:41 +0100
commitffab8d1a3715d748986f84d0b5ae0d8d4e179a40 (patch)
treeb4be59d5f5cdfc711a64f9482e4ebf9b7aa54716 /pkgs/applications/graphics/drawio
parentd046cedfeb114fedc1e609966522ac1e8ca27d2a (diff)
drawio: migrate to prefetch-yarn-deps
Diffstat (limited to 'pkgs/applications/graphics/drawio')
-rw-r--r--pkgs/applications/graphics/drawio/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/drawio/default.nix b/pkgs/applications/graphics/drawio/default.nix
index fdf571b026a35..ae10896e42c36 100644
--- a/pkgs/applications/graphics/drawio/default.nix
+++ b/pkgs/applications/graphics/drawio/default.nix
@@ -4,7 +4,7 @@
 , fetchYarnDeps
 , makeDesktopItem
 , copyDesktopItems
-, fixup_yarn_lock
+, prefetch-yarn-deps
 , makeWrapper
 , nodejs
 , yarn
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
   };
 
   nativeBuildInputs = [
-    fixup_yarn_lock
+    prefetch-yarn-deps
     makeWrapper
     nodejs
     yarn
@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
 
     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/