Commit graph svitak/run-svitak.sh
Author SHA1 Message Date
269c2055f1
fix: build outside the guix container, run the binary inside
The dev shell (guix shell -D) has the full toolchain and network, so the build happens there.
The isolated 'guix shell -C -N' container only runs the already-compiled binary, which needs just the GTK/WebKit C libraries via LD_LIBRARY_PATH.
Also export WEBKIT_DISABLE_COMPOSITING_MODE and WEBKIT_DISABLE_DMABUF_RENDERER, without which WebKit renders a blank surface inside the sandbox.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-26 03:44:18 +01:00
5266e68d0b
fix: explicitly export environment in shell
cabal has weird quirks which requires this to be done
2026-03-21 17:31:38 +00:00
2fd5982020
improve environment setup for guix users 2026-03-19 02:30:51 +00:00