Skip to content

Commit d533cea

Browse files
authored
Add wayland to flake.nix linux dependencies example (#22216)
# Objective Fixes #22215 ## Solution - Adds wayland to `flake.nix` example in the Linux dependencies documentation ## Testing - Did you test these changes? If so, how? Use the main branch `flake.nix` and run `cargo build` and it gives: `error: failed to run custom build command for wayland-sys v0.31.7` With this change it does compile successfully ---
1 parent ffc66f1 commit d533cea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/linux_dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ Add a `flake.nix` file to the root of your GitHub repository containing:
156156
xorg.libXi
157157
xorg.libXrandr
158158
libxkbcommon
159+
wayland
159160
];
160161
RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";
161162
LD_LIBRARY_PATH = lib.makeLibraryPath [

0 commit comments

Comments
 (0)