Merge pull request 'clan-cli: unset LD_LIBRARY_PATH' (#410) from DavHau-dave into main
All checks were successful
assets1 / test (push) Successful in 25s
checks-impure / test (push) Successful in 32s
checks / test (push) Successful in 35s

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

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