Unverified Commit 6c8b681c authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

Merge pull request #271170 from SuperSamus/appimage-libthai

appimage-run: add libthai
parents d41449af beae87d5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -173,6 +173,7 @@ rec {
      libpulseaudio
      libsamplerate
      libmikmod
      libthai
      libtheora
      libtiff
      pixman
+0 −4
Original line number Diff line number Diff line
@@ -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";