Merge pull request #298981 from mahmoudk1000/master

anki-bin: clear plugin path environment variable
This commit is contained in:
Adam C. Stephens 2024-03-31 18:58:33 -04:00 committed by GitHub
commit 395a71d6cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 ]);