From c3feb0968c19d7cb95ab29a4a3cecb01a1b88607 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Wed, 17 May 2023 17:32:36 +0200 Subject: [PATCH] Remove hack from shell --- shells/objectgericht-project.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/shells/objectgericht-project.nix b/shells/objectgericht-project.nix index 3a4062e4..e1049269 100644 --- a/shells/objectgericht-project.nix +++ b/shells/objectgericht-project.nix @@ -28,10 +28,4 @@ command = "mvn clean"; } ]; - env = [ - { - name = "LD_PRELOAD"; - value = "${pkgs.xorg.libXtst}/lib/libXtst.so.6"; - } - ]; }