Merge pull request #271170 from SuperSamus/appimage-libthai
appimage-run: add libthai
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user