nixpkgs/pkgs/development
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
..
androidndk-pkgs
arduino
beam-modules
bower-modules/generic
chez-modules
compilers Merge branch 'staging-next' into staging 2019-12-25 05:18:52 +01:00
coq-modules
dhall-modules
dotnet-modules/patches
em-modules/generic
go-modules dolt: init at 0.12.0 (#75693) 2019-12-16 00:58:16 +02:00
go-packages
guile-modules
haskell-modules haskellPackages.GLUT: Fix freeglut.pc -> glut.pc. 2019-12-20 02:52:54 +01:00
idris-modules
interpreters python.pkgs.wrapPython: fix string makeWrapperArgs 2019-12-28 22:23:36 +01:00
java-modules
libraries Merge branch 'staging-next' into staging 2019-12-25 05:18:52 +01:00
lisp-modules
lua-modules
misc
mobile cocoapods-beta: 1.8.4 -> 1.9.0.beta.1 2019-12-16 16:15:34 -08:00
node-packages pscid: init at 2.8.5 2019-12-21 16:06:29 +09:00
ocaml-modules ocamlPackages.irmin: init at 1.4.0 (#74818) 2019-12-24 13:44:13 +01:00
perl-modules
pharo
pure-modules
python-modules Merge branch 'staging-next' into staging 2019-12-25 05:18:52 +01:00
r-modules R: Update CRAN and bioconductor packages 2019-12-16 18:56:49 +01:00
ruby-modules ruby-modules: parse build_flags correctly: 2019-12-17 00:58:32 +00:00
tools Merge branch 'staging-next' into staging 2019-12-25 05:18:52 +01:00
web Merge staging-next into staging 2019-12-19 09:21:24 +01:00