Commit Graph

73680 Commits

Author SHA1 Message Date
Aaron Andersen
4b995ddfe7
Merge pull request #73883 from etu/init-php74
php74: init at 7.4.0
2019-12-04 18:18:32 -05:00
worldofpeace
b07e790963
Merge pull request #74969 from marsam/remove-empty-inherits
treewide: remove empty inherits
2019-12-04 23:17:08 +00:00
Austin Seipp
a2f9bcd132
mimalloc: (really) unbreak dynamic linking
4d392099 didn't quite do the trick, but this should finally fix
everything -- namely, the -secure.so symlink was broken, and
libmimalloc.so itself was also a symlink that needed to be replaced with
the real shared object file.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-12-04 16:25:30 -06:00
Your Name
bce9e720df doctl: 1.31.2 -> 1.35.0 2019-12-04 15:52:32 -06:00
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
André-Patrick Bubel
e2d24a023f
godot: 3.1.1 -> 3.1.2 2019-12-04 20:55:39 +01: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
Sébastien Maret
2b78a4ec37
sundials: 4.1.0 -> 5.0.0 2019-12-04 15:49:49 +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
afcf6d212b
racket: 7.4 -> 7.5
Release Announcement: https://download.racket-lang.org/v7.5.html
2019-12-04 04:20:00 -05:00
Mario Rodas
4b83e3e893
nix-linter: init at 2019-04-26 2019-12-04 04:20:00 -05:00
Mario Rodas
49c63e498c
treewide: remove empty inherits
These empty inherits were accidentally introduced by https://github.com/NixOS/nixpkgs/pull/66585
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
30fae2883e
Merge branch 'master' into staging-next 2019-12-03 16:51:48 +01: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
Sébastien Maret
212ce02fa0
python: reproject: 0.5.1 -> 0.6 2019-12-03 14:26:21 +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
Timo Kaufmann
12b167eeab Revert "python.pkgs.Cython: 0.29.14 -> 0.29.15"
This reverts commit fa4bbefdfead8f76dbf2d1a890026fb15977c0bf.

The update seems to be no longer available. See
https://github.com/NixOS/nixpkgs/pull/74388#issuecomment-560490284.
2019-12-03 00:37:13 +01:00
Mario Rodas
7116a3d1df
flow: 0.112.0 -> 0.113.0
Changelog: https://github.com/facebook/flow/releases/tag/v0.113.0
2019-12-02 18:00:00 -05:00
Jonathan Ringer
5ca8364332 python3Packages.pyfxa: fix tests 2019-12-02 13:28:15 -08:00
Ben Wolsieffer
279b5a60ff grpc: fix build on armv6l 2019-12-02 16:14:15 -05:00
Jan Tojnar
8718c78b6b
poppler: 0.81.0 → 0.83.0
https://lists.freedesktop.org/archives/poppler/2019-October/014027.html
https://lists.freedesktop.org/archives/poppler/2019-November/014066.html
2019-12-02 21:51:32 +01:00
Frederik Rietdijk
92d2153e6c pythonInterpreters: remove unnecessary rec 2019-12-02 20:10:51 +01:00
Matthew Bauer
0505c5125c
Merge branch 'master' into static-fixes 2019-12-02 13:34:24 -05:00
Jan Tojnar
9fe1b95c3d
python3Packages.deprecated: fix build 2019-12-02 19:24:31 +01:00
R. RyanTM
a402fa81b1 live555: 2019.10.20 -> 2019.11.22 (#74452) 2019-12-02 18:53:52 +01:00
Jan Tojnar
39bf8a7b28
Merge pull request #74685 from r-ryantm/auto-update/tepl
tepl: 4.2.0 -> 4.2.1
2019-12-02 18:35:28 +01:00
Dmitry Kalinkin
e678aadb04
Merge pull request #74816 from prusnak/python-fido2
python3Packages.fido2: 0.7.3 -> 0.8.1
2019-12-02 11:05:10 -05:00
Jan Tojnar
65a007868a
Merge pull request #74790 from d-goldin/gegl_0_4_jasper
gegl_0_4: disabling jasper, fixing build
2019-12-02 13:22:23 +01:00
Jonathan Ringer
006da38a3b python3Packages.dotnetcore2: fix src hash
Was errornously updated
2019-12-01 23:37:10 -08:00
Pavol Rusnak
c6e4e06996
python3Packages.fido2: 0.7.3 -> 0.8.1 2019-12-02 05:48:26 +01:00
Jonathan Ringer
d557b39f13 python3Packages.azure-mgmt-monitor: fix python3 namespace 2019-12-01 19:47:46 -08:00
Jonathan Ringer
60361dc8a0 python3Packages.azure-mgmt-compute: 9.0.0 -> 10.0.0 2019-12-01 19:47:46 -08:00
Jonathan Ringer
31133bcc50 python3Packages.azure-mgmt-appconfiguration: 0.1.0 -> 0.3.0 2019-12-01 19:47:46 -08:00
Jonathan Ringer
a7057501e2 python3Packages.azure-loganalytics: fix python3 namespace 2019-12-01 19:47:46 -08:00
John Ericson
ce0fd24752
Merge pull request #74806 from Ericson2314/gdb-correct-lib
gdb: Fix safe path for cross
2019-12-01 17:39:06 -05:00
John Ericson
7ee98d8bb3 gdb: Fix safe path for cross 2019-12-01 17:13:24 -05:00
Vincent Laporte
f36ba34be3 ocamlPackages.cpuid: 0.1.0 → 0.1.2 2019-12-01 18:18:28 +00:00
Frederik Rietdijk
6662f5be2d Merge master into staging-next 2019-12-01 18:55:44 +01:00
Jan Tojnar
d4b4bcd416 gdk-pixbuf: fix setup hook
b78e84097f tried to make the script better but used the wrong test
syntax: [[ 113 > 99 ]] is false. This caused the librsvg not being added
to $GDK_PIXBUF_MODULE_FILE.

Fixes: https://github.com/NixOS/nixpkgs/pull/73586#issuecomment-560106317
2019-12-01 18:55:40 +01:00
Timo Kaufmann
47f4ddf1ac python.pkgs.Cython: 0.29.14 -> 0.29.15 2019-12-01 18:54:38 +01:00
Timo Kaufmann
a2407280d7 python.pkgs.Cython: backport fix for non-int hashes
https://github.com/cython/cython/issues/2752 has already been accepted
upstream, is minimally invasive (only adds a feature, shouldn't break
any existing code) and is needed for the sage python3 update. Sage needs
this capability because it defines its own integer type.
2019-12-01 18:54:38 +01:00
R. RyanTM
256a3735ec jsoncpp: 1.9.1 -> 1.9.2 2019-12-01 18:52:07 +01:00
R. RyanTM
3f185e2c66 kubectx: 0.7.0 -> 0.7.1 2019-12-01 18:50:42 +01:00
R. RyanTM
27810a072c libidn2: 2.2.0 -> 2.3.0 2019-12-01 18:50:12 +01:00
R. RyanTM
d024d38619 libmbim: 1.20.0 -> 1.20.2 2019-12-01 18:49:45 +01:00
R. RyanTM
ca2e5a1562 python38Packages.aiorpcx: 0.18.3 -> 0.18.4 2019-12-01 18:38:25 +01:00
R. RyanTM
40a357a67e cmakeWithGui: 3.15.4 -> 3.15.5 2019-12-01 18:27:33 +01:00
Lancelot SIX
3263500057
Merge pull request #74587 from r-ryantm/auto-update/python3.8-OWSLib
python38Packages.owslib: 0.18.0 -> 0.19.0
2019-12-01 18:25:37 +01:00
Jörg Thalheim
1caddbe258
clang-tools: fix substitution in wrapper 2019-12-01 17:12:00 +00:00
Renaud
8fc6d9bf8a
Merge pull request #74721 from groodt/go-jsonnet-0.14.0
go-jsonnet: 0.13.0 -> 0.14.0
2019-12-01 17:21:06 +01:00
Dima
c9841eda43 gegl_0_4: disabling jasper, fixing build
Jasper has been recently marked as insecure and removed from a bunch
of places due to some known vulnerabilities and upstream not moving
forward. This was done in https://github.com/NixOS/nixpkgs/pull/73586

This prevents gegl_0_4 from building, as jasper is a runtime dependency
per default. There is an upstream issue for that, but it does not seem
to have made progress yet: https://gitlab.gnome.org/GNOME/gegl/issues/35
2019-12-01 17:21:05 +01:00
Jörg Thalheim
2e41380144
Merge pull request #74788 from pacien/pythonPackages.apsw-3.30.1-r1
pythonPackages.apsw: 3.29.0-r1 -> 3.30.1-r1
2019-12-01 16:03:52 +00:00
Jörg Thalheim
62f08bef6a
Merge pull request #74766 from pacien/matrix-nio-cachetools
python3Packages.matrix-nio: add missing dependency (cachetools)
2019-12-01 16:03:20 +00:00
Jörg Thalheim
bfed0522b6
Merge pull request #74656 from Elyhaka/master
libfprint: 1.0 -> 1.90
2019-12-01 15:54:46 +00:00
pacien
a63c37cd5c pythonPackages.apsw: 3.29.0-r1 -> 3.30.1-r1
+ removing a patch that is now included.
2019-12-01 16:08:47 +01:00
R. RyanTM
5c54b35a5b libxl: 3.8.5 -> 3.8.7 (#74450)
* libxl: 3.8.5 -> 3.8.7

* libxl: refresh meta
+ avoid hardcoding phases
2019-12-01 16:00:06 +01:00