Commit Graph

73556 Commits

Author SHA1 Message Date
Maximilian Bosch
e855a8e287
Merge pull request #72945 from Ma27/bump-vagrant
vagrant: 2.2.5 -> 2.2.6
2019-12-04 22:43:10 +01:00
Maximilian Bosch
1b66665b6d
Merge pull request #74977 from marsam/add-nix-linter
nix-linter: init at 2019-04-26
2019-12-04 22:31:45 +01:00
Kirill Boltaev
05358c6498 manticore: 2019.09.20 -> 2019.12.03 2019-12-04 14:30:56 -06:00
Kirill Boltaev
d55727ac40 smlnj: 110.91 -> 110.95, add 64-bit support
Also drop isDarwin check in `top-level/all-packages.nix` till darwin build is fixed.
2019-12-04 14:30:56 -06:00
geistesk
c2ab0dab52 pythonPackages.flask-httpauth: init at 3.3.0 2019-12-04 12:30:43 -08:00
Jonathan Ringer
c064c2adc1 python3Packages.chainer: 6.4.0 -> 6.5.0 2019-12-04 09:40:44 -08:00
José Miguel
38d945f4b6 pythonPackages.pytest-bdd: init at 3.2.1 2019-12-04 09:35:32 -08:00
Lancelot SIX
40e0bf33fc pytthonPackages.django_2_2: 2.2.7 -> 2.2.8
See https://docs.djangoproject.com/en/2.2/releases/2.2.8/
2019-12-04 18:29:21 +01:00
Vincent Laporte
0b5dfa54e1 ocamlPackages.metrics-unix: init at 0.1.0 2019-12-04 15:37:36 +00:00
Vincent Laporte
8ad01c3362 ocamlPackages.metrics-lwt: init at 0.1.0 2019-12-04 15:37:36 +00:00
Vincent Laporte
5d0dd4e536 ocamlPackages.metrics: init at 0.1.0 2019-12-04 15:37:36 +00:00
Florian Klink
f4fd6ad282
Merge pull request #73309 from guibou/bazel_fix_env
bazel: fix strict action env
2019-12-04 16:02:09 +01:00
Guillaume Bouchard
c0a6fc4a56 bazel: add file and zip in the test runner env
`file` and `zip` are needed for some bazel test and by default the test
runner take these binaries from the current `PATH` which may not contain
them
2019-12-04 12:59:32 +01:00
Guillaume Bouchard
20752ba4f7 bazel: improve strict action env context
- Bazel strict action env set a default PATH to
`/bin/:/usr/bin:/usr/local/bin`. This was previously changed to disable
this behavior to improve hermeticity. However the previous change was
only removing `/bin:/usr/bin`, keeping `/usr/local/bin`, this commit
also remove this entry.
2019-12-04 12:59:32 +01:00
Mario Rodas
60fbc69a08
Merge pull request #74967 from groodt/conftest-0.15.0
conftest: 0.14.0 -> 0.15.0
2019-12-04 06:41:52 -05:00
Mario Rodas
aa1d254fe5
Merge pull request #73093 from groodt/protolock-0.15.0
protolock: 0.14.1 -> 0.15.0
2019-12-04 06:41:07 -05:00
Mario Rodas
4b83e3e893
nix-linter: init at 2019-04-26 2019-12-04 04:20:00 -05:00
Mario Rodas
43570232b0
Merge pull request #74947 from marsam/update-node
nodejs-13_x: 13.2.0 -> 13.3.0
2019-12-04 03:43:32 -05:00
Mario Rodas
3dbebb32ee
Merge pull request #74900 from marsam/update-protobuf
protobuf3_11: 3.11.0 -> 3.11.1
2019-12-04 03:42:54 -05:00
Greg Roodt
8ac4947846 conftest: 0.14.0 -> 0.15.0 2019-12-04 16:53:44 +11:00
John Ericson
9a080ceff2
Merge pull request #74922 from matthewbauer/ghc-no-gold-with-llvm
ghc: don’t use gold when useLLVM = true
2019-12-03 17:35:57 -05:00
Mario Rodas
4e7dacd5d9
nodejs-13_x: 13.2.0 -> 13.3.0
Changelog: https://github.com/nodejs/node/releases/tag/v13.3.0
2019-12-03 17:00:00 -05:00
Sébastien Lavoie
f27b686ed6 qt5.qtbase: fix darwin patches for 5.12.6 (#74911)
qtbase was updated to 5.12.6 in https://github.com/NixOS/nixpkgs/pull/73562,
but the patch for macOS wasn't updated, causing the build to fail.
2019-12-03 16:53:31 -05:00
Austin Seipp
4d39209961
mimalloc: un-break dynamic linking
Previous versions of the build assumed libmimalloc.so would be a hard
copy of mimalloc-secure.so iff secureBuild == true, but in 1.1.0 and
later it seems libmimalloc.so is a symlink to the -secure variant. This
apparently rectifies some behavior I noticed that was strange
previously.

This breakage wasn't caught because the 1.1.0 update was automatic in
5596317d4; there should be a checkPhase to ensure this doesn't happen
again...

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-12-03 13:50:14 -06:00
Matthew Bauer
49df3e3ea4
Merge pull request #74882 from lopsided98/grpc-armv6l
grpc: fix build on armv6l
2019-12-03 14:38:08 -05:00
Maximilian Bosch
b3a037add7
Merge pull request #74932 from jonringer/bump-gplaycli
python3Packages.gplaycli: 3.25 -> 3.26
2019-12-03 20:02:59 +01:00
Maximilian Bosch
a6bf4544ad
Merge pull request #74930 from jonringer/disable-gpapi
pythonPackages.gpapi: disable for python2
2019-12-03 19:53:24 +01:00
Jonathan Ringer
0f061f913f python3Packages.gplaycli: 3.25 -> 3.26 2019-12-03 10:24:14 -08:00
Jonathan Ringer
98a411dde7 pythonPackages.gpapi: disable for python2
Uses shutil.which(), which was added in 3.3
No longer supports python2
2019-12-03 10:17:33 -08:00
Matthew Bauer
224737f0f7
Merge pull request #74625 from r-ryantm/auto-update/rgbds
rgbds: 0.3.8 -> 0.3.9
2019-12-03 13:11:30 -05:00
Matthew Bauer
00cdf80d6a ghc: don’t use gold when useLLVM = true
When using the llvm-based linker, we don’t have a .gold flavor to
pick. So just fall back to the normal “ld” command.
2019-12-03 11:15:20 -05:00
Jan Tojnar
d2da3202ea
Merge pull request #74558 from r-ryantm/auto-update/poppler-utils
poppler: 0.81.0 -> 0.83.0
2019-12-03 16:50:55 +01:00
Eduardo Quiros
8e72ad4fbc lazygit 0.8 -> 0.11.3 2019-12-03 14:55:27 +01:00
Maximilian Bosch
09c7eccd29
python3Packages.gpapi: 0.4.3 -> 0.4.4 2019-12-03 14:40:55 +01:00
Mario Rodas
93223f5cc3
Merge pull request #74872 from marsam/update-flow
flow: 0.112.0 -> 0.113.0
2019-12-03 07:15:53 -05:00
Mario Rodas
0e0363735b
Merge pull request #74826 from smaret/spectral-cube-0.4.5
python: spectral-cube: 0.4.4 -> 0.4.5
2019-12-03 07:06:28 -05:00
Peter Simons
d8ab6c90ce haskell-haddock-library: jailbreak version 1.8.0 so that we can build the test suite 2019-12-03 12:56:52 +01:00
Peter Simons
2c5b9702ef haskell-prettyprinter: use latest version when building with ghc-8.8.x 2019-12-03 11:45:29 +01:00
Andreas Rammhold
120eda95a6
Merge pull request #74737 from andir/cudatoolkit
cudatoolkit: move the dependencies into a common expression
2019-12-03 11:34:26 +01:00
Sébastien Maret
efd657fb89
python: spectral-cube: 0.4.4 -> 0.4.5
Co-Authored-By: Mario Rodas <marsam@users.noreply.github.com>
2019-12-03 11:21:20 +01:00
Mario Rodas
e4d1d83f95
Merge pull request #74661 from itsapinhulk/boost_extra_args
boost : support extra arguments to b2
2019-12-03 04:57:32 -05:00
Mario Rodas
d6ab3a25e0
Merge pull request #74878 from marsam/update-rubocop
rubocop: 0.76.0 -> 0.77.0
2019-12-03 04:32:20 -05:00
Jonathan Ringer
a71ae5ba52 python3Packages.nose-exclude: disable tests for darwin
"OSError: AF_UNIX path too long"
2019-12-03 00:38:41 -08:00
Jonathan Ringer
288f4f0382 python3Packages.azure-mgmt-kusto: 0.4.0 -> 0.5.0 2019-12-03 00:18:20 -08:00
Jonathan Ringer
4f52fddfbb python3Packages.azure-mgmt-imagebuilder: 0.2.1 -> 0.3.0 2019-12-03 00:17:58 -08:00
Jonathan Ringer
19f868a6ef azure-mgmt-sqlvirtualmachine: 0.4.0 -> 0.5.0 2019-12-02 23:46:15 -08:00
Mario Rodas
a761bde732
protobuf3_11: 3.11.0 -> 3.11.1 2019-12-03 00:00:00 -05:00
Graham Christensen
cd2719f912
Merge pull request #74682 from manveru/crystal-improvments
crystal: reduce closure size, more robust runtime
2019-12-02 20:29:39 -05:00
Mario Rodas
ad5349f515
rubocop: 0.76.0 -> 0.77.0
Changelog: https://github.com/rubocop-hq/rubocop/releases/tag/v0.77.0
2019-12-02 20:00:00 -05:00
Jonathan Ringer
e3434cd11b python3Packages.curio: fix darwin network tests 2019-12-02 16:36:49 -08:00