nixpkgs/pkgs
Jan Tojnar a6bb2ede23
python.pkgs.wrapPython: fix string makeWrapperArgs
Bash takes an assignment of a string to an array variable:

local -a user_args
user_args="(foo bar)"

to mean appending the string to the array, not parsing the string into
an array as is the case when on the same line as the declaration:

local -a user_args="(foo bar)"

b0633406cb extracted the declaration before
the newly branched code block, causing string makeWrapperArgs being added
to the array verbatim.

Since local is function scoped, it does not matter if we move it inside
each of the branches so we fix it this way.
2019-12-28 22:23:36 +01:00
..
applications Merge branch 'master' into staging-next 2019-12-25 05:15:06 +01:00
build-support rustPlatform.fetchcargo: expose 2019-12-23 18:27:56 +00:00
common-updater
data Merge branch 'master' into staging-next 2019-12-25 05:15:06 +01:00
desktops Merge branch 'master' into staging-next 2019-12-25 05:15:06 +01:00
development python.pkgs.wrapPython: fix string makeWrapperArgs 2019-12-28 22:23:36 +01:00
games Merge pull request #76439 from r-ryantm/auto-update/tome4 2019-12-24 18:43:24 -05:00
misc Merge pull request #76192 from worldofpeace/pantheon-update-script 2019-12-22 18:56:13 -05:00
os-specific Merge pull request #76413 from r-ryantm/auto-update/rdma-core 2019-12-25 22:46:52 +01:00
servers Merge branch 'master' into staging-next 2019-12-25 05:15:06 +01:00
shells oh-my-zsh: 2019-12-20 -> 2019-12-22 2019-12-22 20:11:22 -05:00
stdenv
test
tools Merge branch 'staging-next' into staging 2019-12-25 05:18:52 +01:00
top-level Merge branch 'staging-next' into staging 2019-12-25 05:18:52 +01:00