mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-09 13:43:50 +00:00
tipp10: support running under wayland (#359049)
This commit is contained in:
commit
fd335fa614
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user