Merge pull request #271170 from SuperSamus/appimage-libthai

appimage-run: add libthai
This commit is contained in:
Peder Bergebakken Sundt 2023-12-07 04:28:39 +01:00 committed by GitHub
commit 6c8b681c74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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";