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;
|
src = source;
|
||||||
format = "pyproject";
|
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 = [
|
nativeBuildInputs = [
|
||||||
setuptools
|
setuptools
|
||||||
installShellFiles
|
installShellFiles
|
||||||
|
|||||||
Reference in New Issue
Block a user