Merge pull request 'clan-cli: unset LD_LIBRARY_PATH' (#410) from DavHau-dave into main
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user