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
worldofpeace
4a2621da53
Merge pull request #76283 from jtojnar/python-mwa
...
python.pkgs.wrapPython: fix makeWrapperArgs
2019-12-26 19:21:37 -05:00
markuskowa
42b5c7e994
Merge pull request #76413 from r-ryantm/auto-update/rdma-core
...
rdma-core: 26.1 -> 27.0
2019-12-25 22:46:52 +01:00
Jan Tojnar
4bbc6cc66f
Merge branch 'staging-next' into staging
2019-12-25 05:18:52 +01:00
Jan Tojnar
ca39dd3a8a
Merge branch 'master' into staging-next
2019-12-25 05:15:06 +01:00
Jan Tojnar
760be1f4b2
utillinux: no-rebuild clean up
2019-12-25 05:10:48 +01:00
Jan Tojnar
9a5e80ae29
Merge pull request #76288 from r-ryantm/auto-update/libical
...
libical: 3.0.6 -> 3.0.7
2019-12-25 04:26:37 +01:00
Tim Steinbach
4ed50bdd93
Merge pull request #76299 from r-ryantm/auto-update/kotlin
...
kotlin: 1.3.60 -> 1.3.61
2019-12-24 21:37:14 -05:00
Tim Steinbach
ecbcdc8a4c
Merge pull request #76416 from r-ryantm/auto-update/sbt
...
sbt: 1.3.4 -> 1.3.5
2019-12-24 21:36:46 -05:00
Jan Tojnar
3b3bd3ced0
Merge pull request #76303 from r-ryantm/auto-update/libplacebo
...
libplacebo: 1.21.0 -> 1.29.0
2019-12-25 03:05:00 +01:00
Jan Tojnar
4a91fe49e4
Merge pull request #76317 from magnetophon/lsp-plugins
...
lsp-plugins: 1.1.10 -> 1.1.13
2019-12-25 03:04:43 +01:00
R. RyanTM
80cd01707d
python27Packages.geopandas: 0.6.1 -> 0.6.2
2019-12-24 17:53:10 -08:00
Jan Tojnar
d5bbb86bcb
Merge pull request #76257 from r-ryantm/auto-update/gnome-shell-extensions
...
gnome3.gnome-shell-extensions: 3.34.1 -> 3.34.2
2019-12-25 01:06:59 +01:00
Ryan Mulligan
f381974ba6
Merge pull request #76406 from r-ryantm/auto-update/remmina
...
remmina: 1.3.7 -> 1.3.8
2019-12-24 16:03:59 -08:00
Aaron Andersen
08bd639a92
Merge pull request #73959 from aristaeus/awstats
...
nixos/awstats: refactor module
2019-12-24 18:57:00 -05:00
R. RyanTM
9d0eb65dbb
python27Packages.elementpath: 1.3.1 -> 1.3.3
2019-12-24 15:54:11 -08:00
Jonathan Ringer
fff7aded42
python3Packages.internetarchive: make backports_csv universal dep
2019-12-24 15:52:23 -08:00
Aaron Andersen
088224843a
Merge pull request #76439 from r-ryantm/auto-update/tome4
...
tome4: 1.6.1 -> 1.6.5
2019-12-24 18:43:24 -05:00
Aaron Andersen
e28074fe95
Merge pull request #76453 from r-ryantm/auto-update/unrar
...
unrar: 5.8.4 -> 5.8.5
2019-12-24 18:40:53 -05:00
Aaron Andersen
96e5b691de
Merge pull request #76422 from r-ryantm/auto-update/skrooge
...
skrooge: 2.21.0 -> 2.21.1
2019-12-24 18:36:07 -05:00
R. RyanTM
3070700726
python27Packages.internetarchive: 1.8.1 -> 1.9.0
2019-12-24 15:16:39 -08:00
R. RyanTM
f08e0598b1
python37Packages.mpv: 0.3.10 -> 0.4.5
2019-12-24 15:14:42 -08:00
R. RyanTM
648b0b824f
python27Packages.pyspotify: 2.0.5 -> 2.1.2
2019-12-24 15:02:29 -08:00
Aaron Andersen
3fe099d2c5
Merge pull request #76449 from r-ryantm/auto-update/supertux
...
superTux: 0.6.0 -> 0.6.1.1
2019-12-24 17:51:15 -05:00
R. RyanTM
cb90c9da24
unrar: 5.8.4 -> 5.8.5
2019-12-24 13:51:50 -08:00
Michael Weiss
7839f3fd71
libplacebo: 1.29.0 -> 1.29.1
2019-12-24 22:38:53 +01:00
R. RyanTM
6f6c1d2f03
superTux: 0.6.0 -> 0.6.1.1
2019-12-24 12:44:48 -08:00
R. RyanTM
a8fc904c7c
thonny: 3.2.3 -> 3.2.4
2019-12-24 12:12:25 -08:00
R. RyanTM
9ecdc298f3
python27Packages.xmlschema: 1.0.16 -> 1.0.17
2019-12-24 12:11:03 -08:00
Bart Brouns
5aa18d71ff
lsp-plugins: 1.1.10 -> 1.1.13
2019-12-24 21:10:09 +01:00
Jonathan Ringer
c7737048d3
pythonPackages.pyomo: python2 no longer supported
2019-12-24 11:53:18 -08:00
worldofpeace
8a3a3a75ff
Merge pull request #76385 from r-ryantm/auto-update/quilter
...
quilter: 2.0.3 -> 2.0.4
2019-12-24 14:52:50 -05:00
R. RyanTM
14439fce78
python27Packages.twilio: 6.33.1 -> 6.35.1
2019-12-24 11:47:27 -08:00
R. RyanTM
e587d64123
python27Packages.pyutilib: 5.7.1 -> 5.7.2
2019-12-24 11:42:59 -08:00
R. RyanTM
4196f26efa
tome4: 1.6.1 -> 1.6.5
2019-12-24 11:38:20 -08:00
R. RyanTM
3ea3cccbff
python37Packages.tiledb: 0.5.0 -> 0.5.2
2019-12-24 11:37:39 -08:00
Jonathan Ringer
051c67dc4c
mautrix-telegram: fix build
2019-12-24 11:30:01 -08:00
Jan Tojnar
1b53d70207
Merge pull request #76359 from r-ryantm/auto-update/polari
...
gnome3.polari: 3.34.0 -> 3.34.1
2019-12-24 20:29:32 +01:00
markuskowa
0b41391890
Merge pull request #76425 from r-ryantm/auto-update/slurm
...
slurm: 19.05.4.1 -> 19.05.5.1
2019-12-24 20:19:50 +01:00
Jan Tojnar
984d820562
Merge PR #76377 from r-ryantm/auto-update/python2.7-babelgladeextractor
...
python27Packages.babelgladeextractor: 0.6.1 -> 0.6.3
2019-12-24 20:07:22 +01:00
Jan Tojnar
b1b26f8cf6
Merge pull request #76412 from jtojnar/pangox-compat-drop
...
pangox_compat: drop
2019-12-24 20:04:10 +01:00
Markus Kowalewski
5041e1d848
nixos/slurm: fix perl->python conversion bug
2019-12-24 19:51:18 +01:00
R. RyanTM
ee1e6e2dbf
python27Packages.rasterio: 1.1.1 -> 1.1.2
2019-12-24 10:31:25 -08:00
R. RyanTM
e560c41566
python37Packages.telethon: 1.10.8 -> 1.10.9
2019-12-24 10:27:54 -08:00
R. RyanTM
f0f714d0fb
slurm: 19.05.4.1 -> 19.05.5.1
2019-12-24 10:06:24 -08:00
Ryan Mulligan
f50b82df39
Merge pull request #76351 from r-ryantm/auto-update/openmpt123
...
openmpt123: 0.4.9 -> 0.4.10
2019-12-24 10:02:16 -08:00
Dmitry Kalinkin
613705835f
Merge pull request #76327 from veprbl/pr/theano_darwin_fix
...
pythonPackages.Theano: fix darwin build
2019-12-24 12:51:04 -05:00
Jörg Thalheim
74f14bdeee
Merge pull request #76300 from mmlb/alacritty-tic-e
...
alacritty: Add -e to tic call following INSTALL.md
2019-12-24 17:42:29 +00:00
R. RyanTM
c1e301b755
skrooge: 2.21.0 -> 2.21.1
2019-12-24 09:26:22 -08:00
Alyssa Ross
c76deaef9c
crosvm: 77.12371.0.0-rc1 -> 79.12607.0.0-rc4
...
Replaced src munging with a custom unpackPhase because the previous
approach couldn't handle a newly introduced path with a space, and
this is cleaner anyway (but was impossible at the time due to
unpackPhase not being forwarded to fetchcargo).
2019-12-24 17:23:52 +00:00