pokefinder: Add qtwayland
for Linux
This commit is contained in:
parent
a028e2873d
commit
4b23fea83c
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user