Merge pull request 'clan-cli: unset LD_LIBRARY_PATH' (#410) from DavHau-dave into main

This commit is contained in:
clan-bot
2023-10-05 11:46:27 +00:00

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