Skip to content

Commit

Permalink
Update linux_dependencies.md (bevyengine#7021)
Browse files Browse the repository at this point in the history
fixes alsalib dependency for NixOS
  • Loading branch information
aktaboot authored and alradish committed Jan 22, 2023
1 parent 6c8379e commit ef10397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/linux_dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ with pkgs; mkShell rec {
llvmPackages.bintools # To use lld linker
];
buildInputs = [
udev alsaLib vulkan-loader
udev alsa-lib vulkan-loader
xlibsWrapper xorg.libXcursor xorg.libXrandr xorg.libXi # To use x11 feature
libxkbcommon wayland # To use wayland feature
];
Expand Down

0 comments on commit ef10397

Please sign in to comment.