Skip to content
Unverified Commit b0633406 authored by Jan Tojnar's avatar Jan Tojnar
Browse files

python.pkgs.wrapPython: fix makeWrapperArgs

When `makeWrapperArgs` is a Bash array, we only passed the first
item to `wrapProgram`. We need to use `"${makeWrapperArgs[@]}"`
to extract all the items. But that breaks the common string case so
we need to handle that case separately.
parent 2a81ecee
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment