Processing needs xwayland for compatibility

Fixes "CompilerException java.awt.AWTError: Can't connect to X11 window server using ':0' as the value of the DISPLAY variable."
This commit is contained in:
arne 2022-08-28 09:57:36 +02:00
commit 21b86ce217

View file

@ -6,6 +6,7 @@ in pkgs.mkShell rec {
name = "quil-env";
buildInputs = with pkgs; [
xorg_sys_opengl
xwayland
clojure
];
LD_LIBRARY_PATH = "${lib.makeLibraryPath buildInputs}";