Skip to content

Commit

Permalink
Merge pull request edolstra#20 from the-furry-hubofeverything/openal
Browse files Browse the repository at this point in the history
blender-bin: add OpenAL to libs
  • Loading branch information
edolstra authored Jan 19, 2024
2 parents 408d3bc + 157655d commit 36898be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blender/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

let
libs =
[ wayland libdecor xorg.libX11 xorg.libXi xorg.libXxf86vm xorg.libXfixes xorg.libXrender libxkbcommon libGLU libglvnd numactl SDL2 libdrm ocl-icd stdenv.cc.cc.lib ]
[ wayland libdecor xorg.libX11 xorg.libXi xorg.libXxf86vm xorg.libXfixes xorg.libXrender libxkbcommon libGLU libglvnd numactl SDL2 libdrm ocl-icd stdenv.cc.cc.lib openal ]
++ lib.optionals (lib.versionAtLeast version "3.5") [ xorg.libSM xorg.libICE zlib ];
in

Expand Down

0 comments on commit 36898be

Please sign in to comment.