Merge pull request #226525 from SebTM/fix/streamdeck-ui_wayland

streamdeck-ui: add qt5.qtwayland on linux as dependency
This commit is contained in:
Sandro 2023-06-05 19:49:46 +02:00 committed by GitHub
commit 9fd2b2c6b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [