Merge pull request #1652 from LordMZTE/nix-wayland
Fix nix package on wayland
This commit is contained in:
commit
0e73bff14c
@ -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