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:
parent
d9760a16f5
commit
f2f38691e7
@ -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
|
||||
[
|
||||
|
Loading…
Reference in New Issue
Block a user