mirror of
https://github.com/The-Memory-Managers/cpu-vs-ai.git
synced 2025-09-03 21:48:12 +00:00
Fixed audio issues on nixos
This commit is contained in:
@@ -22,7 +22,7 @@ pub fn build(b: *std.Build) void {
|
|||||||
.optimize = optimize,
|
.optimize = optimize,
|
||||||
|
|
||||||
.platform = rlz.PlatformBackend.glfw,
|
.platform = rlz.PlatformBackend.glfw,
|
||||||
.linux_display_backend = rlz.LinuxDisplayBackend.X11,
|
.linux_display_backend = rlz.LinuxDisplayBackend.Both,
|
||||||
|
|
||||||
// See https://github.com/Not-Nik/raylib-zig/issues/219
|
// See https://github.com/Not-Nik/raylib-zig/issues/219
|
||||||
// We can either have users download both, or maybe try disabling lld?
|
// We can either have users download both, or maybe try disabling lld?
|
||||||
|
@@ -15,9 +15,9 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
|
alsa-lib
|
||||||
xorg.libX11 xorg.libXcursor xorg.libXi xorg.libXrandr xorg.libXinerama # For x11
|
xorg.libX11 xorg.libXcursor xorg.libXi xorg.libXrandr xorg.libXinerama # For x11
|
||||||
libxkbcommon wayland glfw-wayland wayland-scanner # For wayland
|
libxkbcommon wayland glfw-wayland wayland-scanner # For wayland
|
||||||
SDL
|
|
||||||
];
|
];
|
||||||
|
|
||||||
in {
|
in {
|
||||||
|
Reference in New Issue
Block a user