modrinth-app-unwrapped: replace nodePackages.pnpm with pnpm_8
This commit is contained in:
parent
7eddea0c28
commit
f4bd45f2ca
@ -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 New Issue
Block a user