htgettoken: prefix instead of set for PYTHONPATH (#488413)

This commit is contained in:
Dmitry Kalinkin
2026-05-08 14:15:19 +00:00
committed by GitHub
+1 -1
View File
@@ -24,7 +24,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
postInstall = with python3.pkgs; ''
wrapProgram $out/bin/htgettoken \
--set PYTHONPATH "${
--prefix PYTHONPATH : "${
makePythonPath [
gssapi
paramiko