Skip to content

Commit

Permalink
Update linux_dependencies.md (#7021)
Browse files Browse the repository at this point in the history
fixes alsalib dependency for NixOS
  • Loading branch information
aktaboot committed Dec 26, 2022
1 parent f1a21db commit 4ca19ac
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 4ca19ac

Please sign in to comment.