Add LD_PRELOAD hack to objprog shell
This commit is contained in:
parent
5a105dfeda
commit
79dc802edf
1 changed files with 6 additions and 0 deletions
|
@ -27,4 +27,10 @@
|
|||
command = "mvn clean";
|
||||
}
|
||||
];
|
||||
env = [
|
||||
{
|
||||
name = "LD_PRELOAD";
|
||||
value = "${pkgs.xorg.libXtst}/lib/libXtst.so.6";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue