diff --git a/pkgs/clan-cli/default.nix b/pkgs/clan-cli/default.nix index d81b9f36..283f547e 100644 --- a/pkgs/clan-cli/default.nix +++ b/pkgs/clan-cli/default.nix @@ -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