yaml-language-server: Fails to start due to missing prettier
dependency
This commit is contained in:
parent
35d4f19991
commit
449100b24a
@ -258,5 +258,13 @@ let
|
|||||||
echo /var/lib/thelounge > $out/lib/node_modules/thelounge/.thelounge_home
|
echo /var/lib/thelounge > $out/lib/node_modules/thelounge/.thelounge_home
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
yaml-language-server = super.yaml-language-server.override {
|
||||||
|
nativeBuildInputs = [ pkgs.makeWrapper ];
|
||||||
|
postInstall = ''
|
||||||
|
wrapProgram "$out/bin/yaml-language-server" \
|
||||||
|
--prefix NODE_PATH : ${self.prettier}/lib/node_modules
|
||||||
|
'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
in self
|
in self
|
||||||
|
Loading…
x
Reference in New Issue
Block a user