1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 15:41:40 +00:00
Commit graph

195255 commits

Author SHA1 Message Date
Matthew Bauer 5ba8c04ae5
busybox: fix musl builds
You shouldn’t need to add anything with musl builds. The libc will
configure these values for you.
2019-09-29 11:19:56 +02:00
Matthew Bauer 85210e13e5
boehm-gc: support static + musl 2019-09-29 11:19:56 +02:00
Matthew Bauer 7ebd5999bd
brotli: add staticOnly option 2019-09-29 11:19:56 +02:00
Jonathan Ringer 3a63bee154 python3Packages.opt-einsum: 2.3.2 -> 3.0.1 2019-09-29 11:19:35 +02:00
Jonathan Ringer 6524733382 pythonPackages.opt-einsum: fix build 2019-09-29 11:19:35 +02:00
Jonathan Ringer 02648a6cc1 python3Packages.pytorch: fix build 2019-09-29 11:18:58 +02:00
worldofpeace b3b123a104 dbus: set datadir again
Fixes #69404
2019-09-29 11:08:14 +02:00
R. RyanTM 3a98fa3852 worker: 4.0.1 -> 4.1.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/worker/versions
2019-09-29 02:03:52 -07:00
Vladimír Čunát de99e7ce94
Merge #69115: llvmPackages_9: init 2019-09-29 11:03:06 +02:00
Frederik Rietdijk 0d956a673d python: zerorpc: 0.6.1 -> 0.6.3 2019-09-29 11:01:58 +02:00
Frederik Rietdijk 7408c39d20 pybitmessage: fix build
- use setuptools
- use msgpack instead of msgpack-python
2019-09-29 11:01:58 +02:00
Frederik Rietdijk 22aef72ff1 python: get rid of msgpack-python, fixes #48864
We already have msgpack, which is the same. Building a Python env with
`spacy` resulted in a collision between an `.so` provided through both
`msgpack` and `msgpack-python`.

I don't know why `transitional = True` was set. These kind of things
should be documented!
2019-09-29 11:01:58 +02:00
R. RyanTM 158fa34489 xlockmore: 5.57 -> 5.58
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xlockmore/versions
2019-09-29 01:55:53 -07:00
R. RyanTM e739035e9e xmrig: 3.0.0 -> 3.1.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/xmrig/versions
2019-09-29 01:49:33 -07:00
Daniël de Kok d2ccabaeea pythonPackages.spacy: fix import error
Importing spacy fails with:

ModuleNotFoundError: No module named 'pkg_resources

spaCy probably worked before because a dependency had setuptools as a
propagated dependency. This change adds setuptools to spacy's
propogatedBuildInputs.

Tested with the en_core_web_sm model.
2019-09-29 10:48:15 +02:00
R. RyanTM 990a562310 vips: 8.8.1 -> 8.8.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/vips/versions
2019-09-29 01:27:47 -07:00
Marek Mahut bef773ed53
Merge pull request #69871 from freepotion/ivan-056-to-057
ivan: 056 -> 057
2019-09-29 10:27:14 +02:00
Marek Mahut 238aac7e5f
Merge pull request #69892 from marsam/update-tflint
tflint: 0.11.2 -> 0.12.0
2019-09-29 10:27:01 +02:00
Mario Rodas 5e31186747
Merge pull request #69903 from marsam/update-1password
1password: 0.6.1 -> 0.6.2
2019-09-29 03:17:00 -05:00
Mario Rodas 18d612c89b
Merge pull request #69936 from marsam/fix-lsof-manpage
lsof: fix man page
2019-09-29 03:16:31 -05:00
R. RyanTM 2c389b4098 tpm2-tss: 2.2.3 -> 2.3.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/tpm2-tss/versions
2019-09-29 01:13:39 -07:00
R. RyanTM 3da81570f6 qmmp: 1.3.3 -> 1.3.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/qmmp/versions
2019-09-29 09:27:58 +02:00
R. RyanTM ca4c504191 uptimed: 0.4.1 -> 0.4.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/uptimed/versions
2019-09-29 00:12:18 -07:00
R. RyanTM 48ea4171cb urlscan: 0.9.3 -> 0.9.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/urlscan/versions
2019-09-29 00:09:43 -07:00
R. RyanTM 949cc9c316 tdlib: 1.4.0 -> 1.5.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tdlib/versions
2019-09-29 00:02:36 -07:00
Vladyslav M 7757ae68bd
rmlint: 2.8.0 -> 2.9.0 (#69952)
rmlint: 2.8.0 -> 2.9.0
2019-09-29 09:48:45 +03:00
worldofpeace 1a22a184f0
Merge pull request #69970 from r-ryantm/auto-update/sequeler
sequeler: 0.7.2 -> 0.7.3
2019-09-29 06:04:01 +00:00
worldofpeace 4a7964614f eolie: 0.9.60 -> 0.9.63 2019-09-29 01:47:13 -04:00
worldofpeace 8f9135f511 lollypop: correct search-provider wrapping 2019-09-29 01:40:54 -04:00
R. RyanTM 7c751ccba1 streamlink: 1.1.1 -> 1.2.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/streamlink/versions
2019-09-28 22:28:49 -07:00
R. RyanTM 2bfb2f3c28 sequeler: 0.7.2 -> 0.7.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/sequeler/versions
2019-09-28 22:22:46 -07:00
R. RyanTM 8335ffe59b serialdv: 1.1.1 -> 1.1.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/serialdv/versions
2019-09-28 20:41:10 -07:00
Ryan Mulligan 9602e5d58b
Merge pull request #69717 from r-ryantm/auto-update/pdfcrack
pdfcrack: 0.17 -> 0.18
2019-09-28 20:35:50 -07:00
Orivej Desh 67024620aa clickhouse: 19.13.1.11 -> 19.13.5.44
Closes #66797
2019-09-29 02:57:04 +00:00
Orivej Desh a5cf83c78a rdkafka: 1.0.1 -> 1.2.0
Closes #65987
2019-09-29 02:56:54 +00:00
R. RyanTM 5abb31557d rmlint: 2.8.0 -> 2.9.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rmlint/versions
2019-09-28 19:33:01 -07:00
R. RyanTM 8fe18e4b3e radare2-cutter: 1.8.3 -> 1.9.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/radare2-cutter/versions
2019-09-28 19:10:44 -07:00
R. RyanTM 6c074851e6 rtl_433: 18.12 -> 19.08
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rtl_433/versions
2019-09-28 18:37:30 -07:00
Maximilian Bosch 1eea42f89a
Merge pull request #68716 from jonringer/bump-datatable
pythonPackage.datatable: 0.8.0 -> 0.9.0
2019-09-29 03:32:54 +02:00
Maximilian Bosch 5e4de799bd
phpPackages.phpcs: 3.4.2 -> 3.5.0 2019-09-29 03:27:09 +02:00
R. RyanTM f70e674800 quilter: 1.9.5 -> 2.0.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/quilter/versions
2019-09-28 18:08:25 -07:00
R. RyanTM a0b667e7d9 qlcplus: 4.12.1 -> 4.12.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/qlcplus/versions
2019-09-28 17:58:57 -07:00
Mario Rodas 956546e20b
lsof: fix man page 2019-09-28 19:19:19 -05:00
R. RyanTM 6b5e41a3c5 python37Packages.stripe: 2.30.0 -> 2.35.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-stripe/versions
2019-09-28 17:10:51 -07:00
R. RyanTM fb05248dc9 python37Packages.resampy: 0.2.1 -> 0.2.2
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-resampy/versions
2019-09-28 16:52:24 -07:00
R. RyanTM f8022b6277 python37Packages.sepaxml: 2.1.0 -> 2.2.0
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-sepaxml/versions
2019-09-28 16:16:09 -07:00
xrelkd 613fa47c46 eksctl: 0.5.2 -> 0.6.0 2019-09-29 07:05:17 +08:00
R. RyanTM f5428e1015 python37Packages.validators: 0.13.0 -> 0.14.0
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-validators/versions
2019-09-28 15:51:14 -07:00
marius851000 afbb73ee71 system-syzygy: init at 1.0.1 2019-09-29 00:32:04 +02:00
worldofpeace f76944ef3d
Merge pull request #69765 from r-ryantm/auto-update/python3.7-asyncssh
python37Packages.asyncssh: 1.17.1 -> 1.18.0
2019-09-28 18:25:08 -04:00