Commit graph

70880 commits

Author SHA1 Message Date
Sebastien Lavoie adc635f74e
gnome3.libgda: enable darwin builds 2019-10-16 11:29:47 -04:00
Sebastien Lavoie 9b83a23542
gnome3.libgda: use embedded sqlite support on macOS
Taken from the Homebrew Formula
2019-10-16 11:29:47 -04:00
Sebastien Lavoie ce5616f178
gnome3.libgda: explicitly enable or disable mysql and postgres
This prevents an issue where mysql and postgres support can be
auto-detected by the configure scripts, resulting in a broken build or a
build that cannot be ran on a different computer.
2019-10-16 11:29:46 -04:00
Florian Klink 61eecf2a39
python.pkgs.google_cloud_storage: propagate setuptools (#70900)
python.pkgs.google_cloud_storage: propagate setuptools
2019-10-16 16:48:39 +02:00
Jörg Thalheim 7b512c1557
Merge pull request #71219 from FRidh/pwndbg
pwndbg: fix runtime python deps, fixes #71071
2019-10-16 12:42:14 +01:00
Maximilian Bosch 9bffa5a6a5
wasm-bindgen-cli: init at 0.2.51
CLI for `wasm-bindgen`, a tool that helps to interact between WASM
modules written in Rust and JS-Code. This contains only the CLI[1], the
libraries are usually included via `Cargo.toml` in a project.

Co-authored-by: Fabian Möller <fabianm88@gmail.com>

[1] https://crates.io/crates/wasm-bindgen-cli
2019-10-16 12:49:54 +02:00
Maximilian Bosch 1737cd07ca
cargo-make: 0.22.2 -> 0.23.0
https://github.com/sagiegurari/cargo-make/releases/tag/0.23.0

Please note that the cargo hash didn't change since no dependencies were
updated (only the package version in Cargo.lock).
2019-10-16 12:43:58 +02:00
Frederik Rietdijk cc9505aab1 pythonPackages.tensorflow-bin: disable for python 3.8 2019-10-16 11:32:31 +02:00
Domen Kožar d2c13034fb
Merge pull request #70011 from turboMaCk/chore/cleanup-elmPackages
elm.elmPackages: Cleanup code
2019-10-16 11:07:29 +02:00
Gabriel Ebner 3458fe89f9 opencsg: fix build 2019-10-16 10:54:26 +02:00
Vladimír Čunát 610afbca84
Revert "go: apply upstream patch"
This reverts commit d8218de5c5.
It makes no sense after the parent commit.
2019-10-16 10:49:23 +02:00
Dima cffba01e12
go_1_12: disable flakey TestGcSys test (PR #70368)
In our tests we have experienced failures of this test,
but it was otherwise not reproducible so far. A backported
upstream fix did not alleviate the issue either, so disabling
seems workable for now.
2019-10-16 10:49:22 +02:00
Renaud 928698a2b3
Merge pull request #70736 from r-ryantm/auto-update/python3.7-pathspec
python37Packages.pathspec: 0.5.9 -> 0.6.0
2019-10-16 10:44:28 +02:00
Frederik Rietdijk 27a9800e85 pwndbg: fix runtime python deps, fixes #71071
pwndbg is a Python module for gdb. The built-in interpreter is used and
pwndbg offers additional routines. Packaging this is tricky because that
interpreter needs to be used. Using `python3.withPackages` won't work.
By setting `NIX_PYTHONPATH`, the interpreter should pick up pwndbg and
its dependencies.

If `NIX_PYTHONPATH` does not function we can fall back to `PYTHONPATH`.
An example of when that won't work is if pwndbg runs a script of itself
in a subshell. `NIX_PYTHONPATH` would be  unset, but `PYTHONPATH` not.
2019-10-16 10:01:44 +02:00
Frederik Rietdijk 80ac778c06 pythonPackages.capstone: add missing setuptools dep 2019-10-16 09:59:55 +02:00
Olli Helenius cff4b15cf5 pythonPackages.hcloud: 1.6.1 -> 1.6.2 2019-10-15 21:35:10 -07:00
Mario Rodas 818a38f91c
Merge pull request #71156 from jonringer/bump-elementpath
pythonPackages.elementpath: 1.1.8 -> 1.3.0
2019-10-15 21:54:39 -05:00
Vincent Laporte b4db381443 coq_8_10: 8.10+β3 → 8.10.0
coqPackages.coq-elpi: master → 1.1.0
2019-10-16 02:43:46 +00:00
Vincent Laporte 8dd417eed6 ocamlPackages.lru: 0.2.0 → 0.3.0
ocamlPackages.psq: 0.1.0 → 0.2.0
2019-10-16 02:42:25 +00:00
Robin Gloster b0081a26e5
Merge pull request #70715 from r-ryantm/auto-update/python3.7-geopandas
python37Packages.geopandas: 0.5.1 -> 0.6.0
2019-10-16 00:57:28 +02:00
Robin Gloster 0c48ec1ac7
Merge pull request #70553 from r-ryantm/auto-update/assimp
assimp: 4.1.0 -> 5.0.0
2019-10-16 00:50:14 +02:00
Robin Gloster c4f5657716
Merge pull request #70485 from flokli/google-cloud-cpp-0.14.0
google-cloud-cpp: 0.11.0 -> 0.14.0
2019-10-16 00:31:23 +02:00
Robin Gloster 7fb01c60d8
Merge pull request #70554 from r-ryantm/auto-update/accounts-qt
libsForQt5.accounts-qt: 1.15 -> 1.16
2019-10-16 00:23:32 +02:00
Robin Gloster 3b07327794
Merge pull request #70713 from r-ryantm/auto-update/python3.7-cx_Freeze
python37Packages.cx_Freeze: 5.1.1 -> 6.0
2019-10-16 00:11:20 +02:00
Robin Gloster b870b3a153
python37Packages.geopandas: 0.6.0 -> 0.6.1 2019-10-16 00:07:07 +02:00
Florian Klink 789565dee4 python.pkgs.google_cloud_core: propagate setuptools 2019-10-16 00:03:25 +02:00
Florian Klink 6403f819a8 python.pkgs.google_auth: propagate setuptools 2019-10-16 00:03:25 +02:00
Florian Klink df03455a63 python.pkgs.googleapis_common_protos: propagate setuptools 2019-10-16 00:03:25 +02:00
Florian Klink eb3fc129bb python.pkgs.google_api_core: propagate setuptools 2019-10-16 00:03:24 +02:00
Robin Gloster c0d4db48fb
Merge pull request #70717 from r-ryantm/auto-update/python3.7-ijson
python37Packages.ijson: 2.4 -> 2.5
2019-10-16 00:00:03 +02:00
Robin Gloster a1f6c972bb
Merge pull request #70729 from makefu/pkgs/pyhaversion/init
init pyhaversion (3.1.0) for home-assistant
2019-10-15 23:59:08 +02:00
Florian Klink e902b1e23b python.pkgs.google_resumable_media: propagate setuptools 2019-10-15 23:56:26 +02:00
Florian Klink 83e58687ba python.pkgs.google_cloud_storage: propagate setuptools
This is used during runtime.

cc #68314
2019-10-15 23:50:34 +02:00
Robin Gloster 6612721f86
Merge pull request #70727 from r-ryantm/auto-update/python3.7-confluent-kafka
python37Packages.confluent-kafka: 1.0.1 -> 1.2.0
2019-10-15 23:41:54 +02:00
Robin Gloster 942886dfa7
Merge pull request #70741 from r-ryantm/auto-update/python3.7-pyannotate
python37Packages.pyannotate: 1.0.7 -> 1.2.0
2019-10-15 23:33:51 +02:00
Robin Gloster 7b6b3e5066
Merge pull request #71077 from aanderse/arcanist/update
arcanist: 20180916 -> 20190905
2019-10-15 23:09:26 +02:00
Robin Gloster 140380e5f5
Merge pull request #71175 from basile-henry/rustup-1.20.0
rustup: 1.19.0 -> 1.20.0
2019-10-15 23:08:38 +02:00
worldofpeace bebc546d8b vte: 0.58.1 -> 0.58.2 2019-10-15 16:32:38 -04:00
worldofpeace caa45cecf4 gnome3.tracker-miners: 2.3.0 -> 2.3.1 2019-10-15 16:32:38 -04:00
worldofpeace 22a521d474 gnome3.tracker: 2.3.0 -> 2.3.1 2019-10-15 16:32:38 -04:00
Renaud 687a255bd2
Merge pull request #70701 from r-ryantm/auto-update/python3.7-azure-mgmt-web
python37Packages.azure-mgmt-web: 0.42.0 -> 0.43.0
2019-10-15 20:40:49 +02:00
Mario Rodas b42541242b
Merge pull request #71185 from marsam/update-nodejs-12_x
nodejs-12_x: 12.10.0 -> 12.12.0
2019-10-15 13:29:43 -05:00
Matthew Bauer 6a87355211
Merge branch 'master' into libressl-static 2019-10-15 12:55:16 -04:00
John Ericson 50f5c95521
Merge pull request #71193 from obsidiansystems/callCabal2nix-config-not-system
haskellSrc2nix
2019-10-15 11:42:38 -04:00
lewo 6e54ef82d3
Merge pull request #70898 from nlewo/next
next: 1.3.1 -> 1.3.4
2019-10-15 17:39:40 +02:00
John Ericson 66a9f39817 haskellSrc2nix
Since [1], cabal2nix has been able to parse full platform triples. We
need this for when the system doesn't say enough info (e.g. android).

[1]: 0bb88f0009 (diff-d9172aeec4039eef8cfcc8a2ab6c0677R143)
2019-10-15 11:23:33 -04:00
Gabriel Ebner f3ecf7d3e0
Merge pull request #71177 from Taneb/metamath-upgrade
metamath: 0.172 -> 0.178
2019-10-15 16:06:07 +02:00
Nathan van Doorn fc0be2a54e metamath: 0.172 -> 0.178
This also moves away from my mirror of the distributiont one hosted by
the metamath organization, which should generally be far more
up-to-date. However, that doesn't include any data files, so we need to
make sure we don't try to make those.
2019-10-15 13:43:26 +01:00
Tim Steinbach 749dccbedb
Merge pull request #71171 from regadas/update/sbt
sbt: 1.3.2 -> 1.3.3
2019-10-15 08:42:43 -04:00
R. RyanTM e2c883b1db renpy: 7.3.2 -> 7.3.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/renpy/versions
2019-10-15 14:38:51 +02:00
Lassulus 04f706e928
Merge pull request #70209 from wucke13/lxd
lxd: 3.13 -> 3.18
2019-10-15 13:31:10 +02:00
Matthew Glazar 81d15948cc python38: fix build on macOS
Python 3.8 fails to build on macOS for two reasons:

* python-3.x-distutils-C++.patch fails to apply cleanly.
* An #include for <util.h> is missing, causing a build failure:

    ./Modules/posixmodule.c:6586:9: error: implicit declaration of function 'openpty' is invalid in C99
        if (openpty(&master_fd, &slave_fd, NULL, NULL, NULL) != 0)
            ^

Use the correct version of python-3.x-distutils-C++.patch, and add a
patch to #include <util.h>.
2019-10-15 13:12:13 +02:00
Basile Henry f61e23ac13 rustup: 1.19.0 -> 1.20.0 2019-10-15 11:40:21 +01:00
Maximilian Bosch e071809101
cargo-make: 0.22.1 -> 0.22.2
https://github.com/sagiegurari/cargo-make/releases/tag/0.22.2

Also regenerated the lockfile and added it to the repo itself rather
than fetching it from a GitHub gist.
2019-10-15 12:06:39 +02:00
Frederik Rietdijk 911b053802 python38: 3.8.0rc1 -> 3.8.0 2019-10-15 11:56:01 +02:00
Filipe Regadas f416e8cc5e
sbt: 1.3.2 -> 1.3.3 2019-10-15 10:20:26 +01:00
Mario Rodas 4aee304c62
nodejs-12_x: 12.10.0 -> 12.12.0 2019-10-15 04:20:00 -05:00
Florian Klink 24ea8a6113 nodePackages_10_x.azure-cli, nodePackages_10_x.azure-functions-core-tools: remove 2019-10-15 10:28:01 +02:00
Vincent Laporte 7c6026019e
ocamlPackages.doc-ock: remove at 1.2.1
This is now part of ocamlPackages.odoc
2019-10-15 06:03:53 +00:00
Vincent Laporte e33563438e
ocamlPackages.doc-ock-xml: remove at 1.2.1
This is now part of ocamlPackages.odoc
2019-10-15 06:03:48 +00:00
Vincent Laporte 960dfbc5b4
ocamlPackages.doc-ock-html: remove at 1.2.1
This is now part of ocamlPackages.odoc
2019-10-15 06:03:42 +00:00
Vincent Laporte 0feb4e8729 ocamlPackages.digestif: 0.5 → 0.8.0 2019-10-15 07:08:13 +02:00
Vincent Laporte e191a69e8d ocamlPackages.eqaf: init at 0.5 2019-10-15 07:08:13 +02:00
Mario Rodas a388e920f3
Merge pull request #70720 from yrashk/swipl-8.1.15
swipl: 8.1.4 -> 8.1.15
2019-10-14 22:16:16 -05:00
Jonathan Ringer 883031e670
pythonPackages.xmlschema: 1.0.13 -> 1.0.15 2019-10-14 19:38:37 -07:00
Jonathan Ringer 5a61c5169c
pythonPackages.elementpath: 1.1.8 -> 1.3.0 2019-10-14 19:34:46 -07:00
Will Dietz 981abce3e2
Merge pull request #70678 from dtzWill/update/dicts-2019-10
aspellDicts,hunspellDicts: misc updates (en_*)
2019-10-14 19:00:42 -05:00
Matthew Bauer 1016bfcff1
Merge pull request #71087 from matthewbauer/libbsd-0_10_0
Revert "Revert "libbsd: 0.9.1 -> 0.10.0 (#66948)""
2019-10-14 19:17:14 -04:00
worldofpeace 516e61a69e
Merge pull request #70724 from yrashk/swipl-gui
swipl: include GUI tools
2019-10-14 22:41:56 +00:00
Matthew Bauer 0a13901f16 libbsd: update darwin.patch
fix multiple version map flags
2019-10-14 17:47:28 -04:00
worldofpeace fb9783d42c gnome3.libgweather: 3.33.92 -> 3.34.0 2019-10-14 17:25:41 -04:00
Florian Klink 0fd1df74be bazel_0_4: remove
bazel_0_4 fails to build since 2018-04-29, so clearly nobody is using
it.
2019-10-14 18:33:17 +02:00
cw 768215a1f4 elixir_1_9: 1.9.1 -> 1.9.2 2019-10-14 08:29:01 -07:00
Florian Klink 79676a26dc
Merge pull request #68248 from Moredread/slicer
prusa-slicer: 2.0.0 -> 2.1.0
2019-10-14 15:33:34 +02:00
Matthieu Coudron 73c64f0f38 luaPackages.luacov: init at 0.13.0-1
It is needed to run luarocks test.
2019-10-14 21:53:23 +09:00
Renaud 581ada4270
Merge pull request #70400 from stigtsp/package/perl-device-mac-init
perlPackages.DeviceMAC: init at 1.00
2019-10-14 14:36:59 +02:00
Frederik Rietdijk 5344414e33 pythonPackages.babelfish: uses pkg_resources 2019-10-14 14:08:26 +02:00
Michael Weiss 2e1b91ed8e
python37Packages.goobook: Add the missing setuptools dependency
Querying resulted in the following error:

$ goobook query test
Traceback (most recent call last):
  File "/nix/store/y68w4wwx65yfck84vjsdvfwnii5594lc-python3.7-goobook-3.4/bin/.goobook-wrapped", line 7, in <module>
    from goobook.application import main
  File "/nix/store/y68w4wwx65yfck84vjsdvfwnii5594lc-python3.7-goobook-3.4/lib/python3.7/site-packages/goobook/application.py", line 18, in <module>
    import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
2019-10-14 13:01:58 +02:00
Franz Pletz da20b8a7f6
libressl: fix libdir in pkgconfig files
Fix #71107.
2019-10-14 11:32:26 +02:00
Franz Pletz a86f16d864
libressl_3_0: 3.0.0 -> 3.0.1 2019-10-14 11:32:25 +02:00
Jörg Thalheim 63746f6bcf
Merge pull request #70506 from danieldk/racer-2.1.27
rustracer: 2.1.22 -> 2.1.27
2019-10-14 10:16:40 +01:00
Jörg Thalheim d94f92c816
python3.pkgs.tables: fix build against hdf5
In 6cbf0b4bd2 the package splitted
of header files, which broke this build as a result.

cc @ttuegel
2019-10-14 08:58:02 +01:00
Graham Christensen 8aaf5de4bd
Merge pull request #70490 from Ralith/openxr-loader-fix
openxr-loader: fix missing graphics API support
2019-10-13 18:32:08 -04:00
Orivej Desh 1357d10048 qca2: 2.1.3 -> 2.2.1 2019-10-13 21:53:29 +00:00
Thomas Tuegel 7e0cf856aa flatpak: Correct D-Bus config directory option 2019-10-13 15:17:05 -04:00
Thomas Tuegel 08ff114eec
Merge pull request #71042 from risicle/ris-poppler-0.61-CVE-2019-9959
poppler_0_61: add patch for CVE-2019-9959
2019-10-13 13:47:44 -05:00
Thomas Tuegel df372a05f9
Merge pull request #71046 from risicle/ris-poppler-CVE-2019-9959
poppler: add patch for CVE-2019-9959
2019-10-13 13:44:14 -05:00
worldofpeace 1905ae3cc9 gnome3.tracker: move dbus to nativeBuildInputs 2019-10-13 14:01:48 -04:00
Matthew Bauer 7d364b9400 Revert "Revert "libbsd: 0.9.1 -> 0.10.0 (#66948)""
This reverts commit 9e7582c74b.

* Updates libbsd along with the darwin.patch.
* Upstream PR for darwin.patch can be found at
https://gitlab.freedesktop.org/libbsd/libbsd/merge_requests/3.
* musl.patch is removed.
2019-10-13 13:39:17 -04:00
markuskowa f6d7f8ae16
Merge pull request #68927 from danieldk/mkl
mkl: include pkgconfig files
2019-10-13 19:16:49 +02:00
Robert Scott 3fa2864aac poppler: add patch for CVE-2019-9959 2019-10-13 16:57:10 +01:00
Vladimír Čunát 4e6826a3b2
Merge branch 'staging-next'
It's not perfect, but I think we can deal with the rest of the
regressions directly on master, so that this process does not stall.
2019-10-13 16:10:58 +02:00
c0bw3b 9e7582c74b Revert "libbsd: 0.9.1 -> 0.10.0 (#66948)"
This reverts commit 5a952d0822.

Build broken on Darwin because the patch needs a refresh
(also the musl patch is not needed anymore)
See issue #71081
2019-10-13 16:02:22 +02:00
Marek Fajkus 48e57cfd57
elm.elmPackages: Cleanup code 2019-10-13 15:08:18 +02:00
Renaud 1c40ee6fc4
Merge pull request #69932 from r-ryantm/auto-update/python3.7-xxhash
python37Packages.xxhash: 1.3.0 -> 1.4.1
2019-10-13 14:57:57 +02:00
Peter Simons 33366cce14 haskell-hpack: use latest version to fix build on ghc-8.8.x 2019-10-13 14:27:17 +02:00
Samuel Evans-Powell 4a5c24ff6e prometheus: fix build
- Prometheus was failing due to the http-client version (0.6.4) being
out-of-bounds (prometheus requires >=0.4 && <0.6).
- However it builds fine when jailbroken, so I've just jailbroken it.
- An issue has been submitted upstream on prometheus:
  https://github.com/bitnomial/prometheus/issues/34
2019-10-13 14:27:17 +02:00
Domen Kožar e5ae4a8dc6 ormolu: add from haskell package set 2019-10-13 14:27:17 +02:00
Peter Simons e323aab13b git-annex: update sha256 hash for version 7.20191009 2019-10-13 14:27:17 +02:00
Peter Simons 5d179c578c ghc-8.8.x: drop obsolete overrides 2019-10-13 14:27:17 +02:00
Peter Simons 658893ff36 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.0-4-gf382c3d from Hackage revision
765639fa13.
2019-10-13 14:27:12 +02:00
Jack Kelly 88a34ef039 haskellPackages.rank2classes: not broken 2019-10-13 14:27:12 +02:00
Luke Clifton fa5eddfae6 haskellPackages: fix barbly (#70222)
* haskellPackages: fix barbly

Co-Authored-By: Dennis Gosnell <cdep.illabout@gmail.com>
2019-10-13 14:27:11 +02:00
Peter Simons 676e2684c1 hackage2nix: disable broken builds that cause evaluation errors on Hydra 2019-10-13 14:27:11 +02:00
Peter Simons f70d1cf20c LTS Haskell 14.8 2019-10-13 14:27:11 +02:00
Vladimír Čunát 9e0f698a49
luajit_2_0: fix the platforms/extraMeta 2019-10-13 14:07:01 +02:00
Ryan Mulligan d2b209d623
Merge pull request #70702 from r-ryantm/auto-update/python3.7-autograd
python37Packages.autograd: 1.2 -> 1.3
2019-10-13 04:56:40 -07:00
Vladimír Čunát b5697c6954
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1548439
2019-10-13 13:31:33 +02:00
Vladimír Čunát 26ec15c267
qt511.qmake: fix after 756b46a4
5.11 was forgotten by accident, apparently.
This fixes build of qt511.qtsvg, for example (and many reverse deps).
2019-10-13 13:28:45 +02:00
Aaron Andersen 955c16a881 arcanist: 20180916 -> 20190905 2019-10-13 07:14:38 -04:00
Vladimír Čunát 5e9bf0f042
tracker: fix build by adding dbus dependency
I'm not sure why it broke, possibly some propagation from deps?
2019-10-13 13:13:20 +02:00
Vladimír Čunát 3cb1576815
poetry: remove "broken" mark
Apparently it was marked by mistake in 5aa4b1994629;
it seems fine both locally and on Hydra's three platforms.
2019-10-13 10:14:13 +02:00
Vincent Laporte e1b9556f87 ocamlPackages.ocsigen_server: 2.11.0 → 2.15.0
ocamlPackages.ssl: 0.5.5 → 0.5.9
2019-10-13 06:52:00 +02:00
Red Davies 710e28bdd8 ponyc: 0.31.0 -> 0.32.0 2019-10-13 06:50:20 +02:00
Renaud 33e17e13ae
Merge pull request #69648 from r-ryantm/auto-update/libsvm
libsvm: 3.23 -> 3.24
2019-10-12 23:22:10 +02:00
Renaud 1c820092db
Merge pull request #69649 from r-ryantm/auto-update/libite
libite: 2.0.2 -> 2.1.0
2019-10-12 23:20:51 +02:00
worldofpeace d4f085036b
Merge pull request #70662 from worldofpeace/gtkd-update
gtkd: 3.8.5 -> 3.9.0
2019-10-12 18:35:25 +00:00
Matthew Bauer 7acfb5c2e8
Merge pull request #66551 from Shados/qt-wrap-kvantum
qtstyleplugin-kvantum: use wrapQtAppsHook
2019-10-12 14:24:01 -04:00
R. RyanTM 0877ebd6d2 catch2: 2.8.0 -> 2.9.2 (#63993)
* catch2: 2.8.0 -> 2.9.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/catch2/versions

* catch2: 2.9.1 -> 2.9.2
2019-10-12 19:33:32 +02:00
Mario Rodas 589d4ff232
buildGoModule: remove cached lookup results and tiles
Since GO 1.13, the go command caches the lookup results and tiles in
$GOPATH[1], hence making the module directory non-deterministic.

Use the `-f` flag when removing /sumdb, for compatibility with Go 1.12
because in that version does not exists that directory.

[1] https://go.googlesource.com/proposal/+/master/design/25530-sumdb.md#command-client
2019-10-12 12:00:00 -05:00
Michael Weiss 6fc744bc84
python37Packages.glances: 3.1.2 -> 3.1.3 2019-10-12 17:22:59 +02:00
Mario Rodas 47de8d5aaa
Merge pull request #71021 from fgaz/misaka/https-url
python: misaka: update homepage url
2019-10-12 09:24:00 -05:00
Robert Scott b9593f1a20 poppler_0_61: 0.61.0 -> 0.61.1 2019-10-12 14:54:00 +01:00
Robert Scott e6889d46e0 poppler_0_61: add patch for CVE-2019-9959
custom adapted patch to accommodate the openjpeg1/openjpeg2 split that
0.61 still has
2019-10-12 14:35:01 +01:00
Renaud 0cd2ab67fa
Merge pull request #69513 from r-ryantm/auto-update/drumstick
drumstick: 1.1.2 -> 1.1.3
2019-10-12 15:00:55 +02:00
Renaud 09a8fa68e1
Merge pull request #69468 from r-ryantm/auto-update/alkimia
libsForQt5.alkimia: 8.0.1 -> 8.0.2
2019-10-12 14:58:24 +02:00
Herwig Hochleitner 6c7029e7ce libui: 3.1a -> 4.1a 2019-10-12 14:57:28 +02:00
marius851000 2718c41712 faudio, wine, vkd3d: add faudio 19.10 and vkd3d 1.1 to wine
fixes https://github.com/NixOS/nixpkgs/pull/68952
2019-10-12 14:57:28 +02:00
Renaud 994e5d2aa2
Merge pull request #69451 from r-ryantm/auto-update/actor-framework
caf: 0.17.0 -> 0.17.1
2019-10-12 14:52:16 +02:00
Renaud e8c1011cf9
Merge pull request #69480 from r-ryantm/auto-update/credstash
credstash: 1.15.0 -> 1.16.1
2019-10-12 14:50:19 +02:00
Renaud f55a757de2
Merge pull request #69461 from r-ryantm/auto-update/amtk
amtk: 5.0.0 -> 5.0.1
2019-10-12 14:47:48 +02:00
Joachim Fasting 9377142fe1
tinycc: fixup perms for generated .pc file 2019-10-12 14:45:17 +02:00
Joachim F 48724c7b54
Merge pull request #70598 from d-goldin/fix_v8_gcc8_log
{v8, v8_6_x}: fix log output exceeded w. GCC8
2019-10-12 12:40:06 +00:00
Florian Klink 4c66894292
Merge pull request #71024 from marcus7070/marcus7070/bokeh-fix
pythonPackages.bokeh: added packaging dependency
2019-10-12 14:36:06 +02:00
Joachim F 9c9020c42c
Merge pull request #70882 from d-goldin/conditional_debug_aws_sdk_cpp
aws-sdk-cpp: fixing hydra build
2019-10-12 12:33:58 +00:00
Domen Kožar 407fcf1afc
Merge pull request #70962 from BrianHicks/update-elm-nodepackages
Update elm nodepackages
2019-10-12 13:40:34 +02:00
Marcus Boyd 2a1797ae9b pythonPackages.bokeh: added packaging dependency 2019-10-12 20:43:12 +10:30
wucke13 348fac7b52 solo-python: init at 0.0.15
Support for solokeys U2F tokens
2019-10-12 11:56:28 +02:00
Renaud f5cc5ce8d6
Merge pull request #70282 from moaxcp/spring-boot
spring-boot: init at 2.1.9
2019-10-12 11:53:25 +02:00
Francesco Gazzetta fbb14b289f python: misaka: update homepage url
it redirected
2019-10-12 11:43:58 +02:00
Vladimír Čunát 758b2e4571
Merge #70558: zziplib: apply patches for CVE-2018-16548
...into staging-next
2019-10-12 10:25:04 +02:00
Vincent Laporte a9435c8db8 ocamlPackages.labltk: init at 8.06.7 for OCaml ≥ 4.08 2019-10-12 09:37:34 +02:00
Vincent Laporte 632f69857d ocamlPackages.ocaml-monadic: init at 0.4.1 2019-10-12 07:41:49 +02:00
Mario Rodas 514968fcca
Merge pull request #71010 from moaxcp/visualvm
visualvm update homepage
2019-10-11 22:23:58 -05:00
Mario Rodas 9d14040e68
Merge pull request #70725 from r-ryantm/auto-update/python3.7-ed25519
python37Packages.ed25519: 1.4 -> 1.5
2019-10-11 22:23:34 -05:00
xrelkd 1658beb6a1 cargo-bloat: 0.8.3 -> 0.9.0 2019-10-11 18:58:21 -07:00
John Mercier 0811095d84 visualvm update homepage 2019-10-11 20:13:45 -04:00
Wael Nasreddine 62e894b300
Merge pull request #68135 from rvolosatovs/update/go
Add Go 1.13
2019-10-11 17:01:51 -07:00
Jan Tojnar 6c8aed6391
Merge branch 'master' into staging-next 2019-10-12 00:50:21 +02:00
John Mercier 32113451b7 spring-boot: init at 2.1.9 2019-10-11 18:10:57 -04:00
Edmund Wu 7d9706275d python3Packages.asyncpg: 0.18.3 -> 0.19.0 2019-10-11 14:29:01 -07:00
Florian Klink 74008e2c3c
Bazel test shebangs (#66723)
Bazel test shebangs
2019-10-11 22:50:03 +02:00
Maximilian Bosch b6237fb589
python3Packages.diff-match-patch: fix build
Rather than using autodiscovery, the checkPhase should import
`__init__.py` from `diff_match_patch.tests to execute all relevant
tests. Otherwise several python2-related tests are executed in a py3 env
and break the build.

See also: https://hydra.nixos.org/build/102482273
2019-10-11 21:49:40 +02:00
Andreas Herrmann 1f3187c1b2 bazel: Comment on python versions. 2019-10-11 21:44:28 +02:00
Andreas Herrmann 1987d86007 bazel: shebang-test: Test for all bin/env ...
Fail on any form of `bin/env ...` shebang.
2019-10-11 21:44:28 +02:00
Andreas Herrmann f6572b4e64 bazel: patch #!/usr/bin/env bash
To point to the custom bash instead of `/nix/store.../bin/env bash`.
2019-10-11 21:44:28 +02:00
Andreas Herrmann d132d47199 bazel: shebang-test: pass bazel dir in Nix 2019-10-11 21:44:28 +02:00
Andreas Herrmann 7429acdea1 bazel: Test that all shebangs are patched correctly 2019-10-11 21:44:28 +02:00
Brian Hicks 847c5f077f elmPackages.*: update to latest versions
elm-verify-examples: 4.0.1 -> 4.0.2
elm-live: 4.0.0 -> 4.0.1

downstream dependencies for most packages
2019-10-11 14:44:25 -05:00
Florian Klink a0380cbfe9 bazel: fix build on macosx 2019-10-11 21:41:23 +02:00
Guillaume Bouchard 7e5b2e74b7 bazel: 0.29 -> 1.0 2019-10-11 21:41:23 +02:00
Michael Weiss 0439282fb8
dav1d: 0.4.0 -> 0.5.0
Release notes: https://code.videolan.org/videolan/dav1d/-/tags/0.5.0
Changelog: https://code.videolan.org/videolan/dav1d/blob/0.5.0/NEWS
2019-10-11 14:05:58 +02:00
Frederik Rietdijk 1b8f8a65ba python38: 3.8.0b3 -> 3.8.0rc1 2019-10-11 13:57:18 +02:00
Mario Rodas 5e716c80f2 dune: 1.11.3 -> 1.11.4
Changelog: https://github.com/ocaml/dune/releases/tag/1.11.4
2019-10-11 12:10:18 +02:00
R. RyanTM 8b426722c0 swig4: 4.0.0 -> 4.0.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/swig/versions
2019-10-11 12:05:58 +02:00
R. RyanTM 13b0b6564c wiredtiger: 3.2.0 -> 3.2.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wiredtiger/versions
2019-10-11 12:05:19 +02:00
R. RyanTM 12eb99c6cd wxSVG: 1.5.20 -> 1.5.21
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wxsvg/versions
2019-10-11 12:04:25 +02:00
Jonathan Ringer a06d98933e pythonPackages.prompt_toolkit: 2.0.9 -> 2.0.10 2019-10-11 12:02:18 +02:00
R. RyanTM 41343b2995 python37Packages.jaraco_text: 3.0 -> 3.0.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-jaraco.text/versions
2019-10-11 12:01:38 +02:00
R. RyanTM 38dc22bd9d python37Packages.gmusicapi: 12.0.0 -> 12.1.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-gmusicapi/versions
2019-10-11 12:01:20 +02:00
Frederik Rietdijk 17fed123a2
Merge pull request #70671 from jonringer/fix-cartopy
pythonPackages.cartopy: fix tests
2019-10-11 12:00:47 +02:00
Marek Mahut 52dd64fb57 python37Packages.starlette: adding darwin.apple_sdk.frameworks.ApplicationServices 2019-10-11 11:59:35 +02:00
R. RyanTM f0411f998e python37Packages.starlette: 0.12.4 -> 0.12.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-starlette/versions
2019-10-11 11:59:35 +02:00
R. RyanTM 89aebb998b python27Packages.avro: 1.9.0 -> 1.9.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python2.7-avro/versions
2019-10-11 11:58:38 +02:00
R. RyanTM 4543c53f66 python37Packages.cx_oracle: 7.2.2 -> 7.2.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-cx_oracle/versions
2019-10-11 11:58:18 +02:00
R. RyanTM 41e0e4e7fe python37Packages.fiona: 1.8.6 -> 1.8.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-fiona/versions
2019-10-11 11:57:56 +02:00
R. RyanTM ee4d0ce62b python37Packages.dugong: 3.7.4 -> 3.7.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-dugong/versions
2019-10-11 11:57:41 +02:00
R. RyanTM a1950e948d python37Packages.nbval: 0.9.2 -> 0.9.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-nbval/versions
2019-10-11 11:56:55 +02:00
R. RyanTM 551501a410 python37Packages.nbsphinx: 0.4.2 -> 0.4.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-nbsphinx/versions
2019-10-11 11:56:40 +02:00
R. RyanTM e3f9c4d790 python37Packages.pyspf: 2.0.12 -> 2.0.13
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pyspf/versions
2019-10-11 11:56:22 +02:00
R. RyanTM 7a25be0337 python37Packages.pylibmc: 1.6.0 -> 1.6.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pylibmc/versions
2019-10-11 11:56:07 +02:00
R. RyanTM 0cd385fdb6 python37Packages.moviepy: 1.0.0 -> 1.0.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-moviepy/versions
2019-10-11 11:55:51 +02:00
R. RyanTM 124695203c python37Packages.periodictable: 1.5.0 -> 1.5.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-periodictable/versions
2019-10-11 11:55:36 +02:00
R. RyanTM 60f6daee26 python37Packages.xdis: 4.0.3 -> 4.0.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-xdis/versions
2019-10-11 11:55:11 +02:00
R. RyanTM cf1c7f22e9 python37Packages.tomlkit: 0.5.5 -> 0.5.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-tomlkit/versions
2019-10-11 11:54:57 +02:00
Jörg Thalheim cca0d3f62b
nodePackages: Use repo tree as nixpkgs (#69351)
nodePackages: Use repo tree as nixpkgs
2019-10-11 10:32:26 +01:00
Colin L Rice 88f65fca79
conftest: 0.12.0 -> 0.14.0, disable go sum db.
The go sum db is a hosted service that appears to be generating a new
inclusion proof each time this build is run (rather than using the one
from the previous run). Since this ends up the module directory + thus
hash, it's breaking deterministic builds.

Co-authored-by: Roman Volosatovs <rvolosatovs@riseup.net>
2019-10-11 10:09:11 +02:00
Roman Volosatovs f93ea5abe1
go_1_13: add kalbasit to maintainers 2019-10-11 10:09:11 +02:00
Roman Volosatovs bd023200a9
go_1_13: init at 1.13.1 2019-10-11 10:09:05 +02:00
Symphorien Gibol 55ac8ffa43 ocamlPackages.llvm: propagate needed libs, fix missing build parameter
The opam patch makes ocaml link dependent executables with
-L${LLVM_OCAML_EXTERNAL_LLVM_LIBDIR}. This variable was previously
undefined and as a result the linker would previously be called with
just -L which makes it ignore the next argument. This would lead strange
linking errors, like missing caml_apply2.

Despite defining this variable correctly, propagating llvm is still
necessary for linking to complete. In case ocaml-llvm is a transitive
dependency only, propagatedBuildInputs is not enough. To avoid having to
guess which version of llvm was used, we provide the right one in
passthrough.
2019-10-11 08:19:51 +02:00
Vincent Laporte 1f365f9d26 coqPackages_8_7.contribs.additions: remove 2019-10-11 07:58:42 +02:00
Mario Rodas 67223bc752
Merge pull request #70889 from marsam/init-jtc
jtc: init at 1.74
2019-10-10 23:19:12 -05:00
nyanloutre 9cf81e9174 pythonPackages.block-io: propagate setuptools
Used during runtime
2019-10-10 18:54:29 -07:00
Jonathan Ringer 18faa091c6 pythonPackages.cassandra-driver: 3.18.0 -> 3.19.0 2019-10-10 18:30:21 -07:00
Jonathan Ringer 405777bcf5
pythonPackages.fiona: fix linking issue 2019-10-10 18:27:02 -07:00
makefu 9ae60cff0c devpi-client: 4.1.0 -> 5.0.0
unbreak the package, clean up dependencies and make them overridable
2019-10-10 15:49:29 -07:00
Renaud 67e0730823
Merge pull request #70759 from r-ryantm/auto-update/robin-map
robin-map: 0.6.1 -> 0.6.2
2019-10-10 22:18:14 +02:00
Peter Simons 7deb982d6a r-systemfonts: fix shebang of configure script
Closes https://github.com/NixOS/nixpkgs/pull/70813.
2019-10-10 20:50:49 +02:00
Dylan Simon 13085f13aa r-systemfonts: fix package dependencies 2019-10-10 20:50:49 +02:00
Yurii Rashkovskii e0d7a96903
swipl: include GUI tools
swi-prolog currently misses GUI packages / tools (xpce, prolog_ide)
due to missing X dependencies.
2019-10-11 00:17:41 +07:00