about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFelix Bühler <Stunkymonkey@users.noreply.github.com>2023-11-25 03:27:36 +0100
committerGitHub <noreply@github.com>2023-11-25 03:27:36 +0100
commitfb077901b180ee2e0096967389baba8cb11f6b5f (patch)
tree6d881f20ca17251190bc6a3ff63f931a6a55a7b5 /pkgs
parentd805cfa16fa4f68e766fc1bbcd4d956922110c83 (diff)
parent07b6fee4d7b7f474189a8a97d87d3309ebeecb9f (diff)
Merge pull request #269276 from Stunkymonkey/pgadmin-migrate-prefetch-yarn-deps
pgadmin: migrate to prefetch-yarn-deps
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/admin/pgadmin/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/admin/pgadmin/default.nix b/pkgs/tools/admin/pgadmin/default.nix
index 117f02a593bac..0deb3d05b9064 100644
--- a/pkgs/tools/admin/pgadmin/default.nix
+++ b/pkgs/tools/admin/pgadmin/default.nix
@@ -7,7 +7,7 @@
 , postgresqlTestHook
 , postgresql
 , yarn
-, fixup_yarn_lock
+, prefetch-yarn-deps
 , nodejs
 , fetchpatch
 , server-mode ? true
@@ -165,7 +165,7 @@ pythonPackages.buildPythonApplication rec {
     rm yarn.lock
     cp ${./yarn.lock} yarn.lock
     chmod +w yarn.lock
-    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/
     yarn webpacker
@@ -189,7 +189,7 @@ pythonPackages.buildPythonApplication rec {
     cp -v ../pkg/pip/setup_pip.py setup.py
   '';
 
-  nativeBuildInputs = with pythonPackages; [ cython pip sphinx yarn fixup_yarn_lock nodejs ];
+  nativeBuildInputs = with pythonPackages; [ cython pip sphinx yarn prefetch-yarn-deps nodejs ];
   buildInputs = [
     zlib
     pythonPackages.wheel