appimage-run: add libthai

This commit is contained in:
Martino Fontana 2023-11-30 12:47:17 +01:00
parent 85306ef247
commit beae87d564
2 changed files with 1 additions and 4 deletions

View file

@ -173,6 +173,7 @@ rec {
libpulseaudio
libsamplerate
libmikmod
libthai
libtheora
libtiff
pixman

View file

@ -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";