fix(exprs): add esbuild to intellij
This commit is contained in:
parent
333de6985e
commit
4558286cc8
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
makeWrapper,
|
makeWrapper,
|
||||||
symlinkJoin,
|
symlinkJoin,
|
||||||
alsa-lib,
|
alsa-lib,
|
||||||
|
esbuild,
|
||||||
flite,
|
flite,
|
||||||
glfw3-minecraft,
|
glfw3-minecraft,
|
||||||
libGL,
|
libGL,
|
||||||
|
@ -60,6 +61,7 @@ in
|
||||||
mesa-demos
|
mesa-demos
|
||||||
pciutils # need lspci
|
pciutils # need lspci
|
||||||
xrandr # needed for LWJGL [2.9.2, 3) https://github.com/LWJGL/lwjgl/issues/128
|
xrandr # needed for LWJGL [2.9.2, 3) https://github.com/LWJGL/lwjgl/issues/128
|
||||||
|
esbuild
|
||||||
];
|
];
|
||||||
in ''
|
in ''
|
||||||
wrapProgram $out/bin/idea-ultimate \
|
wrapProgram $out/bin/idea-ultimate \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue