htgettoken: prefix instead of set for PYTHONPATH (#488413)
This commit is contained in:
@@ -24,7 +24,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
|
||||
|
||||
postInstall = with python3.pkgs; ''
|
||||
wrapProgram $out/bin/htgettoken \
|
||||
--set PYTHONPATH "${
|
||||
--prefix PYTHONPATH : "${
|
||||
makePythonPath [
|
||||
gssapi
|
||||
paramiko
|
||||
|
||||
Reference in New Issue
Block a user