Merge pull request #1652 from LordMZTE/nix-wayland

Fix nix package on wayland
This commit is contained in:
Lenny McLennington 2024-06-08 00:14:39 +01:00 committed by GitHub
commit 0e73bff14c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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
[