mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Revert "anki-bin: force x11"
This reverts commit 847b317a95
.
It is no longer necessary to disable wayland support, anki does that by itself
nowadays and actually works really well when wayland is forced on via
$ANKI_WAYLAND despite upstream claiming it's still buggy.
This commit is contained in:
parent
c045c9b0e7
commit
09dfbdf96e
@ -48,8 +48,6 @@ if stdenv.isLinux then buildFHSUserEnv (appimageTools.defaultFhsEnvArgs // {
|
||||
name = "anki";
|
||||
|
||||
runScript = writeShellScript "anki-wrapper.sh" ''
|
||||
# Wayland support is broken, disable via ENV variable
|
||||
export QT_QPA_PLATFORM=xcb
|
||||
exec ${unpacked}/bin/anki
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user