From f9910b39bd3115a72630b1dd102f536faac324fc Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sun, 16 Apr 2023 10:46:15 +0200 Subject: anki: allow using wayland on linux --- pkgs/games/anki/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/games') diff --git a/pkgs/games/anki/default.nix b/pkgs/games/anki/default.nix index e339b8c0fee1a..bf82e7d903503 100644 --- a/pkgs/games/anki/default.nix +++ b/pkgs/games/anki/default.nix @@ -143,7 +143,7 @@ python3.pkgs.buildPythonApplication { buildInputs = [ qt6.qtbase - ]; + ] ++ lib.optional stdenv.isLinux qt6.qtwayland; propagatedBuildInputs = with python3.pkgs; [ # This rather long list came from running: # grep --no-filename -oE "^[^ =]*" python/{requirements.base.txt,requirements.bundle.txt,requirements.qt6_4.txt} | \ -- cgit 1.4.1