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
2 changed files with 1 additions and 4 deletions
+1
View File
@@ -173,6 +173,7 @@ rec {
libpulseaudio
libsamplerate
libmikmod
libthai
libtheora
libtiff
pixman
-4
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";