David Thompson <dthomps...@worcester.edu> skribis: > I use the following crude command to test, run from a git checkout of Sly[0]. > > guix environment -l package.scm -E "guile -c \"(use-modules ((sdl sdl) > #:prefix sdl:)) (sdl:init 'video) (pk 'window (sdl:set-video-mode 320 240 24 > 'opengl))\""
Do you run it on GuixSD or on an FHS distro? In the latter case, it might end up loading a shared object from the host distro, which could fail for a variety of reasons. Ludo’.