pokefinder: Add qtwayland for Linux

This commit is contained in:
Sage Hane 2023-03-06 15:05:53 +01:00
parent a028e2873d
commit 4b23fea83c
No known key found for this signature in database

View File

@ -4,6 +4,7 @@
, cmake
, qtbase
, qttools
, qtwayland
, wrapQtAppsHook
, gitUpdater
}:
@ -35,7 +36,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake wrapQtAppsHook ];
buildInputs = [ qtbase qttools ];
buildInputs = [ qtbase qttools ]
++ lib.optionals stdenv.isLinux [ qtwayland ];
passthru.updateScript = gitUpdater { };