tipp10: support running under wayland

In qt6, the wayland support is provided by the application rather than the system environment

Change-Id: I401e6baf2ddac4cd7535dd1cf40407aa15aeed4e
This commit is contained in:
Yureka
2024-11-25 17:52:46 +01:00
parent 97ebfb68e5
commit b470ee2707
+2 -2
View File
@@ -1,5 +1,5 @@
{ stdenv, cmake, lib, fetchFromGitLab,
qtmultimedia, qttools, wrapQtAppsHook, ... }:
qtmultimedia, qttools, qtwayland, wrapQtAppsHook, ... }:
stdenv.mkDerivation rec {
pname = "tipp10";
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ cmake qttools wrapQtAppsHook ];
buildInputs = [ qtmultimedia ];
buildInputs = [ qtmultimedia qtwayland ];
meta = {
description = "Learn and train typing with the ten-finger system";