mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
Merge pull request #271170 from SuperSamus/appimage-libthai
appimage-run: add libthai
This commit is contained in:
commit
6c8b681c74
@ -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 New Issue
Block a user