mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
streamdeck-ui: add qt5.qtwayland on linux as dependency
This commit is contained in:
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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user