mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-23 00:50:59 +00:00
vue-language-server: patch pnpm for failure on darwin
This commit is contained in:
@@ -6,11 +6,15 @@
|
||||
pnpmConfigHook,
|
||||
pnpm_11,
|
||||
nodejs,
|
||||
nodejs-slim_latest,
|
||||
nix-update-script,
|
||||
makeBinaryWrapper,
|
||||
}:
|
||||
let
|
||||
pnpm = pnpm_11;
|
||||
# Fix pnpm issue on darwin https://github.com/NixOS/nixpkgs/issues/525627.
|
||||
pnpm = pnpm_11.override {
|
||||
nodejs-slim = nodejs-slim_latest;
|
||||
};
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "vue-language-server";
|
||||
|
||||
Reference in New Issue
Block a user