diff --git a/shells/objectgericht-project.nix b/shells/objectgericht-project.nix index e1c66cf1..3d4abad7 100644 --- a/shells/objectgericht-project.nix +++ b/shells/objectgericht-project.nix @@ -27,4 +27,10 @@ command = "mvn clean"; } ]; + env = [ + { + name = "LD_PRELOAD"; + value = "${pkgs.xorg.libXtst}/lib/libXtst.so.6"; + } + ]; }