appimage-run: add libthai
This commit is contained in:
parent
85306ef247
commit
beae87d564
2 changed files with 1 additions and 4 deletions
|
@ -173,6 +173,7 @@ rec {
|
|||
libpulseaudio
|
||||
libsamplerate
|
||||
libmikmod
|
||||
libthai
|
||||
libtheora
|
||||
libtiff
|
||||
pixman
|
||||
|
|
|
@ -16,10 +16,6 @@ appimageTools.wrapType2 rec {
|
|||
mv $out/bin/{${name},${pname}}
|
||||
'';
|
||||
|
||||
extraPkgs = pkgs: with pkgs; [
|
||||
libthai
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A VR coworking platform";
|
||||
homepage = "https://immersed.com";
|
||||
|
|
Loading…
Reference in a new issue