Fix :renderer :p2d so it's at least starting from within emacs

This commit is contained in:
arne 2026-02-20 09:00:03 +01:00
commit 0075c83b5e
4 changed files with 30 additions and 9 deletions

View file

@ -10,13 +10,14 @@
devShells.${system}.default = pkgs.mkShell rec {
name = "quil-env";
buildInputs = [
pkgs.xorg_sys_opengl
pkgs.xorg.libXxf86vm
pkgs.xwayland
pkgs.clojure
pkgs.libGL
pkgs.libxxf86vm
# pkgs.jogl
];
LD_LIBRARY_PATH = "${lib.makeLibraryPath buildInputs}";
JAVA_OPTS = "-Dawt.useSystemAAFontSettings=lcd";
# wayland compat
# see https://discourse.ubuntu.com/t/environment-variables-for-wayland-hackers/12750