anki: allow using wayland on linux

This commit is contained in:
Simon Bruder 2023-04-16 10:46:15 +02:00
parent 488cc85dcf
commit f9910b39bd
No known key found for this signature in database
GPG Key ID: 8D3C82F9F309F8EC

View File

@ -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} | \