IRC channel logs

2026-09-14.log

back to list of logs

<ArneBab>Has anyone already looked into packaging the ikemen game engine? https://github.com/ikemen-engine/Ikemen-GO/tree/develop/src – from what I can see, it may need replacement font files (cc NC licensed)
<nv_el>anybody know the differences between icecat and icecat-minimal?
<ryanprior>I get a crash & stack trace when I run "guix shell -m guix.scm --pure -- bash" in the guix repo. That's not expected right?
<ryanprior>running "guix shell" works, but running "guix shell --pure -- bash" doesn't work (it creates an empty profile) so I added "-m guix.scm" to try and explicitly pull in the file, but that causes a crash
<ryanprior>I also tried running it with "guix shell -f guix.scm --pure -- bash" (-f instead of -m) and that also crashes
<ryanprior>rekado: how does the lua-luv package work? If I run this invocation it fails to import: guix shell --pure lua lua-luv -- lua -e 'require("luv")'