streamdeck-ui: add qt5.qtwayland on linux as dependency

This commit is contained in:
Sebastian Sellmeier
2023-04-16 22:05:51 +02:00
parent 85b081528b
commit 650468916e
@@ -7,6 +7,7 @@
, writeText
, makeDesktopItem
, xvfb-run
, qt5
}:
python3Packages.buildPythonApplication rec {
@@ -77,6 +78,8 @@ python3Packages.buildPythonApplication rec {
pyside2
streamdeck
xlib
] ++ lib.optionals stdenv.isLinux [
qt5.qtwayland
];
nativeCheckInputs = [