lol

Merge pull request #226426 from sbruder/anki-wayland

anki: allow using wayland on linux

authored by

Weijia Wang and committed by
GitHub
1eea8d50 ddf11997

+1 -1
+1 -1
pkgs/games/anki/default.nix
··· 143 143 144 144 buildInputs = [ 145 145 qt6.qtbase 146 - ]; 146 + ] ++ lib.optional stdenv.isLinux qt6.qtwayland; 147 147 propagatedBuildInputs = with python3.pkgs; [ 148 148 # This rather long list came from running: 149 149 # grep --no-filename -oE "^[^ =]*" python/{requirements.base.txt,requirements.bundle.txt,requirements.qt6_4.txt} | \