diff options
| author | Sebastian Sellmeier <mail@sebastian-sellmeier.de> | 2023-04-16 22:05:51 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-06-06 01:20:22 +0000 |
| commit | ae78565412cec857d6f00f8bae7e336b4b3a9acc (patch) | |
| tree | f5a86c7e701687771709595918dbdb0f5196234b | |
| parent | Merge pull request #236167 from NixOS/backport-236073-to-release-23.05 (diff) | |
| download | nixpkgs-origin/backport-226525-to-release-23.05.tar.gz | |
streamdeck-ui: add qt5.qtwayland on linux as dependencyorigin/backport-226525-to-release-23.05
(cherry picked from commit 650468916e4c43ff3484339074d45641d9e30472)
| -rw-r--r-- | pkgs/applications/misc/streamdeck-ui/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/misc/streamdeck-ui/default.nix b/pkgs/applications/misc/streamdeck-ui/default.nix index 21ac1939f4e9..1c1aa80de79c 100644 --- a/pkgs/applications/misc/streamdeck-ui/default.nix +++ b/pkgs/applications/misc/streamdeck-ui/default.nix @@ -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 = [ |
