Definition of the Guix manifest used for the "guix shell" command that sets up the containerized environment to run the game. The content is written in the Scheme language. It reads: (use-modules (gnu packages)) (define %qolic-requirements ; qolic stands for Quality of Life in Containers. (list "bash" "coreutils")) (define %godot-requirements (list "alsa-lib" "dbus" "eudev" "fontconfig" "libx11" "libxcursor" "libxkbcommon" "libxext" "libxinerama" "libxrandr" "libxi" "mesa" "pulseaudio")) (specifications->manifest (append %qolic-requirements %godot-requirements))
https://files.mastodon.online/media_attachments/files/113/829/430/173/997/352/original/5239c0011364f7fb.png