Unverified Commit 23251e3e authored by Mahmoud Ayman's avatar Mahmoud Ayman
Browse files

anki-bin: clear plugin path environment variable

parent 530943ad
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -54,6 +54,11 @@ let
    inherit pname version;
    name = null; # Appimage sets it to "appimage-env"

    profile = ''
      # anki vendors QT and mixing QT versions usually causes crashes
      unset QT_PLUGIN_PATH
    '';

    # Dependencies of anki
    targetPkgs = pkgs: (with pkgs; [ xorg.libxkbfile xcb-util-cursor-HEAD krb5 ]);