Merge pull request #226525 from SebTM/fix/streamdeck-ui_wayland
streamdeck-ui: add qt5.qtwayland on linux as dependency
This commit is contained in:
commit
9fd2b2c6b6
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user