diff options
| author | Merikei <73759842+Merikei@users.noreply.github.com> | 2026-01-10 01:46:28 +0000 |
|---|---|---|
| committer | Merikei <73759842+Merikei@users.noreply.github.com> | 2026-01-10 01:46:28 +0000 |
| commit | 08bcacdb6242231fc07409eb5884d8f379ac587e (patch) | |
| tree | 6a4b9627d1c4decda62d032f396fa20e70b03df7 /doc | |
| parent | be55d51f66530dd8f4cfaea0a656ae713aca2c81 (diff) | |
doc: fix end quote typo
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/languages-frameworks/python.section.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/python.section.md b/doc/languages-frameworks/python.section.md index fad930c8206d..d367775d60c2 100644 --- a/doc/languages-frameworks/python.section.md +++ b/doc/languages-frameworks/python.section.md @@ -192,7 +192,7 @@ following are specific to `buildPythonPackage`: When `__structuredAttrs = false`, the attribute `makeWrapperArgs` is passed as a space-separated string to the build script. Developers should use `prependToVar` or `appendToVar` to add arguments to it in build phases, or use `__structuredAttrs = true` to ensure that `makeWrapperArgs` is passed as a Bash array. For compatibility purposes, - when `makeWrapperArgs` shell variable is specified as a space-separated string (instead of a Bash array) in the build script, the string content is Bash-expanded before concatenated into the `wrapProgram` command. Still, developers should not rely on such behaviours, but use `__structuredAttrs = true` to specify flags containing spaces (e.g. `makeWrapperArgs = [ "--set" "GREETING" "Hello, world!" ]`), or use -pre and -post phases to specify flags with Bash-expansions (e.g. `preFixup = ''makeWrapperArgs+=(--prefix PATH : "$SOME_PATH")`''). + when `makeWrapperArgs` shell variable is specified as a space-separated string (instead of a Bash array) in the build script, the string content is Bash-expanded before concatenated into the `wrapProgram` command. Still, developers should not rely on such behaviours, but use `__structuredAttrs = true` to specify flags containing spaces (e.g. `makeWrapperArgs = [ "--set" "GREETING" "Hello, world!" ]`), or use -pre and -post phases to specify flags with Bash-expansions (e.g. `preFixup = ''makeWrapperArgs+=(--prefix PATH : "$SOME_PATH")''`). ::: * `namePrefix`: Prepends text to `${name}` parameter. In case of libraries, this |
