wrapPythonPrograms: support structuredAttrs, modify gi-docgen and freecell-solver to verify (#471986)

This commit is contained in:
Philip Taron
2026-01-31 15:52:13 +00:00
committed by GitHub
3 changed files with 33 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
# Wrapper around wrapPythonProgramsIn, below. The $pythonPath
# variable is passed in from the buildPythonPackage function.
wrapPythonPrograms() {
wrapPythonProgramsIn "$out/bin" "$out $pythonPath"
wrapPythonProgramsIn "$out/bin" "$out ${pythonPath[*]}"
}
# Builds environment variables like PYTHONPATH and PATH walking through closure