Files
nixpkgs/pkgs/development/interpreters/python
Jan Tojnar b0633406cb 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.
2019-12-23 18:02:44 +01:00
..
2019-02-07 18:52:08 +01:00
2019-01-16 08:36:47 +01:00