diff --git a/pkgs/by-name/hp/hplip/package.nix b/pkgs/by-name/hp/hplip/package.nix index f0e1896d2db6..d4e4f9f48528 100644 --- a/pkgs/by-name/hp/hplip/package.nix +++ b/pkgs/by-name/hp/hplip/package.nix @@ -306,7 +306,7 @@ python3Packages.buildPythonApplication { dontWrapGApps = true; dontWrapQtApps = true; preFixup = '' - buildPythonPath "$out $pythonPath" + buildPythonPath "$out ''${pythonPath[*]}" for bin in $out/bin/*; do py=$(readlink -m $bin)