about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/hydrogen-web
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2023-11-25 15:25:27 +0100
committerFelix Buehler <account@buehler.rocks>2023-11-25 15:25:27 +0100
commitc870cc97d15eff76cd21d8b743a80f5a00d13495 (patch)
tree300f100a6020bada996e47a2db7d7854c3315aec /pkgs/applications/networking/instant-messengers/hydrogen-web
parent3832b75e4e37be74c0311b4f03191c6e221966f0 (diff)
hydrogen-web: migrate to prefetch-yarn-deps
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/hydrogen-web')
-rw-r--r--pkgs/applications/networking/instant-messengers/hydrogen-web/unwrapped.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/instant-messengers/hydrogen-web/unwrapped.nix b/pkgs/applications/networking/instant-messengers/hydrogen-web/unwrapped.nix
index 2308a4b61647f..2debdc6140d2b 100644
--- a/pkgs/applications/networking/instant-messengers/hydrogen-web/unwrapped.nix
+++ b/pkgs/applications/networking/instant-messengers/hydrogen-web/unwrapped.nix
@@ -3,7 +3,7 @@
 , fetchFromGitHub
 , fetchYarnDeps
 , yarn
-, fixup_yarn_lock
+, prefetch-yarn-deps
 , nodejs
 }:
 
@@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
     hash = "sha256-N9lUAhfYLlEAIaWSNS3Ecq+aBTz+f7Z22Sclwj9rp6w=";
   };
 
-  nativeBuildInputs = [ yarn fixup_yarn_lock nodejs ];
+  nativeBuildInputs = [ yarn prefetch-yarn-deps nodejs ];
 
   configurePhase = ''
     runHook preConfigure
@@ -31,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
     export HOME=$PWD/tmp
     mkdir -p $HOME
 
-    fixup_yarn_lock yarn.lock
+    fixup-yarn-lock yarn.lock
     yarn config --offline set yarn-offline-mirror $offlineCache
     yarn install --offline --frozen-lockfile --ignore-platform --ignore-scripts --no-progress --non-interactive
     patchShebangs node_modules