mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
modrinth-app-unwrapped: replace nodePackages.pnpm with pnpm_8
This commit is contained in:
parent
7eddea0c28
commit
f4bd45f2ca
1 changed files with 5 additions and 3 deletions
|
@ -15,7 +15,8 @@
|
|||
jq,
|
||||
libsoup,
|
||||
moreutils,
|
||||
nodePackages,
|
||||
pnpm_8,
|
||||
nodejs,
|
||||
openssl,
|
||||
pkg-config,
|
||||
webkitgtk,
|
||||
|
@ -51,7 +52,7 @@ rustPlatform.buildRustPackage {
|
|||
cacert
|
||||
jq
|
||||
moreutils
|
||||
nodePackages.pnpm
|
||||
pnpm_8
|
||||
];
|
||||
|
||||
# https://github.com/NixOS/nixpkgs/blob/763e59ffedb5c25774387bf99bc725df5df82d10/pkgs/applications/misc/pot/default.nix#L56
|
||||
|
@ -77,7 +78,8 @@ rustPlatform.buildRustPackage {
|
|||
nativeBuildInputs = [
|
||||
cargo-tauri
|
||||
desktop-file-utils
|
||||
nodePackages.pnpm
|
||||
pnpm_8
|
||||
nodejs
|
||||
pkg-config
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue