mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
anki: allow using wayland on linux
This commit is contained in:
parent
488cc85dcf
commit
f9910b39bd
@ -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} | \
|
||||
|
Loading…
Reference in New Issue
Block a user