nix: Add libX11 dependency for X11 support (#28938)
Closes #28937 Release Notes: - N/A
This commit is contained in:
parent
be63d51eb7
commit
b402007de6
1 changed files with 1 additions and 0 deletions
|
@ -140,6 +140,7 @@ let
|
||||||
libxkbcommon
|
libxkbcommon
|
||||||
wayland
|
wayland
|
||||||
gpu-lib
|
gpu-lib
|
||||||
|
xorg.libX11
|
||||||
xorg.libxcb
|
xorg.libxcb
|
||||||
]
|
]
|
||||||
++ lib.optionals stdenv'.hostPlatform.isDarwin [
|
++ lib.optionals stdenv'.hostPlatform.isDarwin [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue