diff --git a/pkgs/applications/networking/mailreaders/astroid/default.nix b/pkgs/applications/networking/mailreaders/astroid/default.nix index ce71099f1391..5cb96168fce9 100644 --- a/pkgs/applications/networking/mailreaders/astroid/default.nix +++ b/pkgs/applications/networking/mailreaders/astroid/default.nix @@ -76,7 +76,7 @@ stdenv.mkDerivation (finalAttrs: { pythonPath = with python3.pkgs; requiredPythonModules extraPythonPackages; preFixup = '' - buildPythonPath "$out $pythonPath" + buildPythonPath "$out ''${pythonPath[*]}" gappsWrapperArgs+=( --prefix PYTHONPATH : "$program_PYTHONPATH" )