Skip to content

Commit

Permalink
Merge pull request #226426 from sbruder/anki-wayland
Browse files Browse the repository at this point in the history
anki: allow using wayland on linux
  • Loading branch information
wegank authored Apr 16, 2023
2 parents ddf1199 + f9910b3 commit 1eea8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/games/anki/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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} | \
Expand Down

0 comments on commit 1eea8d5

Please sign in to comment.