Fix nix package on wayland

The nix package was missing the dependencies required for qtwayland to
work. This has been fixed.

Signed-off-by: LordMZTE <lord@mzte.de>
This commit is contained in:
LordMZTE 2024-05-02 16:41:21 +02:00
parent d9760a16f5
commit f2f38691e7
No known key found for this signature in database
GPG Key ID: B64802DC33A64FF6

View File

@ -13,6 +13,8 @@
, glfw
, openal
, udev
, wayland
, qtwayland
, msaClientID ? ""
, jdks ? [ jdk17 jdk8 ]
, enableLTO ? false
@ -32,7 +34,7 @@ symlinkJoin {
paths = [ polymcInner ];
nativeBuildInputs = [ wrapQtAppsHook ];
buildInputs = [ qtbase ];
buildInputs = [ qtbase qtwayland ];
postBuild = ''
wrapQtAppsHook
@ -55,6 +57,7 @@ symlinkJoin {
openal
stdenv.cc.cc.lib
udev # OSHI
wayland
];
in
[