Fix :renderer :p2d so it's at least starting from within emacs
This commit is contained in:
parent
fbbc60a39c
commit
0075c83b5e
4 changed files with 30 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue