Add LD_PRELOAD hack to objprog shell

This commit is contained in:
Charlotte Van Petegem 2023-04-27 11:47:32 +02:00
parent 5a105dfeda
commit 79dc802edf
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -27,4 +27,10 @@
command = "mvn clean";
}
];
env = [
{
name = "LD_PRELOAD";
value = "${pkgs.xorg.libXtst}/lib/libXtst.so.6";
}
];
}