tipp10: support running under wayland (#359049)

This commit is contained in:
Austin Horstman 2024-12-01 07:48:19 -06:00 committed by GitHub
commit fd335fa614
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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";