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:
parent
0cb38ea379
commit
21b86ce217
1 changed files with 1 additions and 0 deletions
|
|
@ -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}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue