Add qtwayland for wayland support

This commit is contained in:
Doron Behar 2023-05-19 21:31:23 +03:00
parent 8a6ac2b885
commit c902f97957

View File

@ -2,6 +2,7 @@
, lib
, stdenv
, cmake
, qtwayland
, qtquicktimeline
, qtsvg
, wrapQtAppsHook
@ -25,6 +26,7 @@ stdenv.mkDerivation {
];
buildInputs = [
qtwayland
qtquicktimeline
qtsvg
];