channel

My GNU Guix channel
Log | Files | Refs | README

commit 62f7559a30aa63af30093ea8e7ea349a465e075b
parent bfb85424c85203875e2f43bd6ff5ee4acb996ab5
Author: Luke Willis <lukejw@loquat.dev>
Date:   Thu, 23 Oct 2025 19:48:38 -0400

Add openal and flite to runtime libs

Diffstat:
Mloquat/packages/games.scm | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/loquat/packages/games.scm b/loquat/packages/games.scm @@ -113,7 +113,7 @@ out of the box. Intended to replace the bundled version."))) (,@(map (lambda (dep) (string-append (assoc-ref inputs dep) "/lib")) - '("glfw" "mesa" "pulseaudio"))))) + '("glfw" "mesa" "pulseaudio" "openal" "flite"))))) #t)))))) (native-inputs (list pkg-config extra-cmake-modules)) (inputs