clan-cli: unset LD_LIBRARY_PATH

This prevents problems with mixed glibc versions that might occur when the cli is called through a browser built against another glibc
This commit is contained in:
DavHau
2023-10-05 13:43:59 +02:00
parent d90becfd80
commit 6abbf4bacd

View File

@@ -108,6 +108,12 @@ python3.pkgs.buildPythonApplication {
src = source;
format = "pyproject";
makeWrapperArgs = [
# This prevents problems with mixed glibc versions that might occur when the
# cli is called through a browser built against another glibc
"--unset LD_LIBRARY_PATH"
];
nativeBuildInputs = [
setuptools
installShellFiles