about summary refs log tree commit diff
path: root/pkgs/applications/audio/muzika
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2024-04-17 13:34:05 -0400
committerLily Foster <lily@lily.flowers>2024-04-17 13:34:05 -0400
commitfb0d66108175f469219a0a1ebf4a3fa053d16cac (patch)
tree2ae0efb8e9f771122a8e04d1548242b82ee13566 /pkgs/applications/audio/muzika
parent6181939cdffb65f70feeeb8d9f241ae4c3de030b (diff)
treewide: replace prefetch-yarn-deps with fixup-yarn-lock where necessary
Diffstat (limited to 'pkgs/applications/audio/muzika')
-rw-r--r--pkgs/applications/audio/muzika/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/muzika/default.nix b/pkgs/applications/audio/muzika/default.nix
index 86a3f19619831..d3b4e3d274522 100644
--- a/pkgs/applications/audio/muzika/default.nix
+++ b/pkgs/applications/audio/muzika/default.nix
@@ -2,7 +2,7 @@
 , desktop-file-utils
 , fetchFromGitHub
 , fetchYarnDeps
-, prefetch-yarn-deps
+, fixup-yarn-lock
 , gjs
 , glib-networking
 , gobject-introspection
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
     ninja
     nodejs
     pkg-config
-    prefetch-yarn-deps
+    fixup-yarn-lock
     wrapGAppsHook4
     yarn
   ];