Commit graph

72899 commits

Author SHA1 Message Date
Daniel Schaefer c4ed79e977
python3Packages.geopy: 1.20 -> unstable-2019-11-10 (#73158) 2019-11-14 23:45:29 +01:00
Jan Tojnar da76deffd1
Merge branch 'master' into staging-next 2019-11-14 23:25:36 +01:00
Guillaume Desforges 6d12f065e9 python3Packages.geopy: 1.20 -> unstable-2019-11-10
* Update geopy to unstable version from GitHub for Python 3+
* Add GuillaumeDesforges as maintainer
2019-11-14 23:24:16 +01:00
Guillaume Desforges d11137ef90 python2Packages.geopy: Freeze in seperate file 2019-11-14 23:18:43 +01:00
Jan Tojnar 3108c4dd15
meson: fix unknown compiler error 2019-11-14 22:54:37 +01:00
Mario Rodas 669a6d0edb luaPackages.luasystem: fix build on darwin 2019-11-15 05:08:45 +09:00
John Ericson bca2e8255e treewide: CAML_LD_LIBRARY_PATH may be undefined 2019-11-14 13:44:07 -05:00
Lily Ballard 66b094c780 jazzy: 0.11.2 -> 0.12.0 2019-11-14 09:48:18 -08:00
Mario Rodas 1ae55b884d python3Packages.black: fix build on darwin 2019-11-14 08:53:09 -08:00
Florian Klink b64034e1d2 python3.pkgs.authlib: init at 0.13
Co-authored-by: Jonathan Ringer <jonringer117@gmail.com>
2019-11-14 08:50:37 -08:00
Renaud ab397825bf
Merge pull request #70507 from sikmir/qtpbfimageplugin
qtpbfimageplugin: 1.4 -> 2.0
2019-11-14 16:55:59 +01:00
Renaud 5b57dd52a7
Merge pull request #73369 from JohnAZoidberg/argp-standalone-cross
argp-standalone: Find ar when cross compiling
2019-11-14 16:53:21 +01:00
Edmund Wu a951f2a27f mesa: 19.2.3 -> 19.2.4 2019-11-14 16:42:45 +01:00
Jos van Bakel ee0de85b4e rbtools: propagate setuptools
(#71180)
2019-11-14 14:33:04 +01:00
R. RyanTM dd03c2d78b arb: 2.16.0 -> 2.17.0
* arb: 2.16.0 -> 2.17.0 (#71489)

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

* arb: add meta.homepage
2019-11-14 13:55:43 +01:00
Frederik Rietdijk c6e31d0767 Merge master into staging-next 2019-11-14 13:31:39 +01:00
Mario Rodas 72d6831f21
nodejs-13_x: 13.0.1 -> 13.1.0
Changelog: https://github.com/nodejs/node/releases/tag/v13.1.0
2019-11-14 04:20:00 -05:00
Dennis Gosnell d0c73e88b3
Merge pull request #73362 from Infinisil/buildStackProjectChroot
buildStackProject: Set __noChroot to make it fail without sandbox
2019-11-14 11:51:43 +09:00
Pamplemousse 3caa0dcd11 pythonPackages.monkeyhex: init at 1.7.1 2019-11-13 17:40:50 -08:00
Pamplemousse f224751a1a pythonPackages.pefile: init at 2019.4.18 2019-11-13 17:33:38 -08:00
Silvan Mosberger b31a8f7a90
buildStackProject: Set __noChroot to make it fail without sandbox
Building such a derivation will result in

  error: derivation '/nix/store/nk4wms3hk4mp9lc86k30vc8w44fcq0rj-foo.drv' has '__noChroot' set, but that's not allowed when 'sandbox' is 'true'

when attempting to build it without --option sandbox false
2019-11-14 01:32:04 +01:00
Maximilian Bosch e2bad17af7
vim-vint: fix startup
Ensure that `pkg_resources` is available during runtime.
2019-11-14 01:12:46 +01:00
Brian McKenna 07829a0c92 unison-ucm: 1.0.M1d-alpha -> 1.0.M1e-alpha
* unison-ucm: 1.0.M1d-alpha -> 1.0.M1e-alpha (#72279)

* unison-ucm: refresh meta
homepage and licenses
2019-11-14 00:50:09 +01:00
R. RyanTM f5dd1191f8 python38Packages.ROPGadget: 5.8 -> 5.9
(#72668)
2019-11-13 23:51:20 +01:00
R. RyanTM d8e9b89b48 intel-graphics-compiler: 1.0.10 -> 1.0.2714.1
(#72540)
2019-11-13 23:23:52 +01:00
Matthew Bauer 1c3deb9642
Merge pull request #73084 from lopsided98/llvm-7-armv6l
llvm_7: disable failing test on armv6l
2019-11-13 17:20:13 -05:00
Matthew Bauer 56c309f953
Merge pull request #73083 from lopsided98/llvm-9-arm
llvm_9: disable failing tests on 32-bit ARM
2019-11-13 17:19:45 -05:00
Pamplemousse 02583ed283 pythonPackages.itanium_demangler: init at 1.0 2019-11-13 14:10:34 -08:00
Nejc Zupan 1c406512eb Use wheel instead of pyjokes
We need an egg to install to test that pipenv works. Instead of
downloading & installing pyjokes, let's use wheel since we already
have it.

Refs https://github.com/NixOS/nixpkgs/pull/73349#discussion_r345830233
2019-11-13 22:28:57 +01:00
Nejc Zupan 5cbdff56ee make sure not to pollute the build directory 2019-11-13 22:28:57 +01:00
Nejc Zupan ad078d83a4 Add checkPhase for pipenv
This is to prevent regressions such as https://github.com/NixOS/nixpkgs/issues/73254
by using pipenv to install a simple Python package, thus testing
that pipenv was built correctly.

Many thanks to @Infinisil and @domenkozar for hand-holding!
2019-11-13 22:28:57 +01:00
R. RyanTM 69561925c0 rdkafka: 1.2.0 -> 1.2.2
* rdkafka: 1.2.0 -> 1.2.1
* rdkafka: 1.2.1 -> 1.2.2
(#72562)
2019-11-13 22:22:26 +01:00
Kristoffer Søholm f74aafc9e6 pythonPackages.pwntools: 3.12 -> 4.0b0
Fixes the broken build. I chose to go directly to 4.0 beta because
stable is pretty old, and because 4.0 has python3 support.
2019-11-13 13:15:12 -08:00
Ben Wolsieffer a72ba67852 libzip: 1.3.0 -> 1.5.2
+ fix pkgconfig paths
(#68044)
2019-11-13 21:58:39 +01:00
worldofpeace 1f23abf3b6 bamf: cleanup 2019-11-13 14:25:17 -05:00
worldofpeace b0012a9736 bamf: port tests to python3 lxml 2019-11-13 14:23:13 -05:00
Jörg Thalheim a10ef1aa4f
clang-tools: teach about nix's include path
By translating NIX_CFLAGS_COMPILE to CPATH,
all tools will now find c headers properly,
when run in a nix-shell.
2019-11-13 18:29:58 +00:00
Timo Kaufmann 0ae46ca265
Merge pull request #71282 from timokau/tensorflow-1.15.0
python.pkgs.tensorflow: 1.14.0 -> 1.15.0
2019-11-13 17:11:31 +01:00
Eyal Kalderon a95e0ac8e4 makeFontsCache: Fix cross-compiling, missing fc-cache
This commit fixes missing fc-cache binary from make-fonts-cache.nix build:
```
builder for '/nix/store/az48nr8gdqrw3fliddmi82ghj2ljxrj4-fc-cache.drv' failed with exit code 127; last 1 log lines:
  /nix/store/p3z1lgsi7xymvl7akg531ikwiisqs4x5-stdenv-linux/setup: line 1299: fc-cache: command not found
cannot build derivation '/nix/store/swaxvjsf8h0rsmm9kigp6j3f5q5h4nvg-fc-00-nixos-cache.conf.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/wiaiv0pq7w1xm2i2fqp2ngd1ljb4n6n9-fontconfig-conf.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/4zhiwpiyccs0rs26bs3q0w8fwaxrrgw0-fontconfig-etc.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/xhvljdp9b00fbkapx6cbfs4sjdh49qwv-etc.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/w63q0n0vh7vkdfrjmhb41qy1alx7qa8s-nixos-system-nixos-19.09.git.c814289.drv': 1 dependencies couldn't be built
```
2019-11-13 16:32:30 +01:00
Frederik Rietdijk 7e7cec1562 hy: use python2, build fails with 3 2019-11-13 16:27:38 +01:00
Frederik Rietdijk 8e3c19b2ab libindicate: stick with python2 because of pygtk dep 2019-11-13 16:27:38 +01:00
Frederik Rietdijk 96191ad779 libgpod: use python3
there is a syntax error shown during configuration, but build succeeds
and clementineUnfree that uses this lib seems to work fine.
2019-11-13 16:27:38 +01:00
Frederik Rietdijk 4b51113a65 cpplint: use python3 2019-11-13 16:27:37 +01:00
Frederik Rietdijk 5004cc90f6 renpy: explicitly use python2 2019-11-13 16:27:37 +01:00
Timo Kaufmann 8e382a7ca7 python.pkgs.tensorflow: mark as broken for python2 2019-11-13 16:18:04 +01:00
Timo Kaufmann e4378d4641 python.pkgs.tensorflow: add more sanity checks 2019-11-13 16:18:01 +01:00
Timo Kaufmann 6832f1da6a python.pkgs.tensorflow: add functools32 dependency
Now needed at runtime with the python2 build.
2019-11-13 15:25:19 +01:00
Elis Hirwing 25838a2f29
Merge pull request #73338 from emilazy/git-revise-0.5.1
git-revise: 0.5.0 -> 0.5.1
2019-11-13 15:03:01 +01:00
Frederik Rietdijk f799388550 p11-kit: 0.23.16.1 -> 0.23.18.1 2019-11-13 13:58:27 +01:00
Frederik Rietdijk afd716fcda gettext: add patch to fix --for-msgfmt
Fix behaviour of --for-msgfmt on PO files with no translations.
2019-11-13 13:58:14 +01:00
MetaDark a4e600e9d3 texlab: init at 1.6.0 2019-11-13 07:49:21 -05:00
Emily d6bc2d982a git-revise: 0.5.0 -> 0.5.1 2019-11-13 12:43:12 +00:00
Frederik Rietdijk 09e2d3462e bamf: fix build 2019-11-13 12:13:04 +01:00
Jon 529f030d26 python3Packages.librosa: add missing dependency
(#72842)
2019-11-13 11:55:48 +01:00
Renaud c3af84d50a
Merge pull request #72840 from jonringer/fix-hdbscan
python3Packages.hdbscan: add missing dependency
2019-11-13 00:59:33 +01:00
Daniel Schaefer c43851092b argp-standalone: Find ar when cross compiling 2019-11-13 00:54:59 +01:00
Renaud cff6c70379
Merge pull request #72913 from markus1189/jo-1-3
jo: 1.2 -> 1.3
2019-11-13 00:50:13 +01:00
Renaud a6220c3384
Merge pull request #73072 from cko/missing_descriptions
treewide: add missing descriptions & homepages
2019-11-13 00:34:31 +01:00
Renaud f55563b9e7
Merge pull request #73156 from maximedenes/purescript-0.13.4
purescript: 0.13.3 -> 0.13.4
2019-11-13 00:21:07 +01:00
Renaud 6d5bca501c
Merge pull request #73043 from nlewo/open-policy-agent
open-policy-agent: init at 0.15.0
2019-11-13 00:10:07 +01:00
Timo Kaufmann 4fb7831cb4 python.pkgs.tensorflow: fix build with newer gast 2019-11-12 23:43:10 +01:00
Timo Kaufmann 1fbd307880 python.pkgs.tensorflow: fix build with bazel 1.0
The tensorflow build was broken by the bazel 1.0 update in
73eb01bde000c34b54764f6f2b9fd1d89a54ccfa.
2019-11-12 23:43:07 +01:00
Timo Kaufmann 152d2fd22c python.pkgs.{tensorflow,tensorflow-estimator,tensorflow-tensorboard}: 1.14.0 -> 1.15.0 2019-11-12 23:42:47 +01:00
Gabriel Ebner 6236cffa69
tokei: 10.0.1 -> 10.1.0 (#73306)
tokei: 10.0.1 -> 10.1.0
2019-11-12 22:26:55 +01:00
Lily Ballard 103c603efd tokei: 10.0.1 -> 10.1.0 2019-11-12 12:08:48 -08:00
Antoine Eiche 0c8d0f9beb open-policy-agent: init at 0.15.0 2019-11-12 20:45:09 +01:00
Henrik Jonsson 354e872ad8 keepkey_agent: init at 0.9.0 2019-11-12 11:30:24 -08:00
Henrik Jonsson f8b2e53aab ledger_agent: init at 0.9.0 2019-11-12 11:30:24 -08:00
Henrik Jonsson 7aeff945bf pythonPackages.trezor_agent: add hkjn to maintainers 2019-11-12 11:30:24 -08:00
Maximilian Bosch 41a1d98463
Merge pull request #73259 from B4dM4n/cargo-udeps
cargo-udeps: init at 0.1.5
2019-11-12 19:10:18 +01:00
Florian Klink 6226df9b4e python.pkgs.requests_oauthlib: 1.2.0 -> 1.3.0 2019-11-12 09:37:02 -08:00
Sascha Grunert 2c09a378e8 buildah: v1.11.4 -> v1.11.5
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-11-12 18:15:58 +01:00
Jonathan Ringer 98912d2605 python3Packages.uvicorn: 0.9.0 -> 0.10.4 2019-11-12 08:54:22 -08:00
Jonathan Ringer dd79af2216 python3Packages.uvloop: 0.13.0 -> 0.14.0 2019-11-12 08:54:22 -08:00
Frederik Rietdijk 4eed2a56e6 python.pkgs.jupyterlab: 0.35.6 -> 1.2.2 2019-11-12 17:22:21 +01:00
Matthew Bauer 93fd7d8888
Merge pull request #73291 from obsidiansystems/fix-gcj
GCC 6: Fix java support
2019-11-12 11:10:34 -05:00
Jörg Thalheim a43702d670
Merge pull request #73283 from Zimmi48/fix-utop-src
ocamlPackages.utop: fix source
2019-11-12 15:44:40 +00:00
John Ericson 903bdf1709 GCC 6: Fix java support
Major version upper bound was one too low.
2019-11-12 09:56:43 -05:00
Frederik Rietdijk 59817b77c5 python: zstd: 1.4.3.2 -> 1.4.4.0 2019-11-12 14:57:21 +01:00
Frederik Rietdijk 8a66f4dad3 python: wxPython: 4.0.7 -> 4.0.7.post1 2019-11-12 14:57:21 +01:00
Frederik Rietdijk 363980e4c2 python: whisper: 1.1.5 -> 1.1.6 2019-11-12 14:57:21 +01:00
Frederik Rietdijk d9cfcfe112 python: vcrpy: 2.1.0 -> 2.1.1 2019-11-12 14:57:21 +01:00
Frederik Rietdijk 9446eb46a4 python: uproot: 3.10.8 -> 3.10.10 2019-11-12 14:57:21 +01:00
Frederik Rietdijk 1552b22215 python: unittest-xml-reporting: 2.5.1 -> 2.5.2 2019-11-12 14:57:21 +01:00
Frederik Rietdijk c9d25f2bd3 python: typing_extensions: 3.7.4 -> 3.7.4.1 2019-11-12 14:57:21 +01:00
Frederik Rietdijk e0b82e7087 python: trustme: 0.5.2 -> 0.5.3 2019-11-12 14:57:21 +01:00
Frederik Rietdijk 0f76036cb1 python: tld: 0.9.6 -> 0.9.7 2019-11-12 14:57:21 +01:00
Frederik Rietdijk ad9c1d09d8 python: testpath: 0.4.2 -> 0.4.4 2019-11-12 14:57:21 +01:00
Frederik Rietdijk 116bd5d31a python: testfixtures: 6.10.0 -> 6.10.1 2019-11-12 14:57:21 +01:00
Frederik Rietdijk 76fbb5cf0f python: tenacity: 5.1.1 -> 5.1.5 2019-11-12 14:57:21 +01:00
Frederik Rietdijk 2cbf167679 python: tables: 3.6.0 -> 3.6.1 2019-11-12 14:57:21 +01:00
Frederik Rietdijk ff2691ee42 python: strictyaml: 1.0.5 -> 1.0.6 2019-11-12 14:57:21 +01:00
Frederik Rietdijk 1f2790d71a python: starlette: 0.12.10 -> 0.12.13 2019-11-12 14:57:21 +01:00
Frederik Rietdijk bab7fcfc73 python: sqlmap: 1.3.10 -> 1.3.11 2019-11-12 14:57:21 +01:00
Frederik Rietdijk f0419119e3 python: soupsieve: 1.9.4 -> 1.9.5 2019-11-12 14:57:21 +01:00
Frederik Rietdijk cc0f38e73c python: sentry-sdk: 0.13.0 -> 0.13.2 2019-11-12 14:57:21 +01:00
Frederik Rietdijk 17a30b8968 python: scipy: 1.3.1 -> 1.3.2 2019-11-12 14:57:21 +01:00
Frederik Rietdijk c461edcdf2 python: runway-python: 0.5.0 -> 0.5.1 2019-11-12 14:57:21 +01:00
Frederik Rietdijk e007ae5cfa python: rethinkdb: 2.4.4 -> 2.4.4.post1 2019-11-12 14:57:21 +01:00
Frederik Rietdijk e6ef3d4f13 python: reportlab: 3.5.31 -> 3.5.32 2019-11-12 14:57:21 +01:00
Frederik Rietdijk 0456dd3cd6 python: python-daemon: 2.2.3 -> 2.2.4 2019-11-12 14:57:21 +01:00
Frederik Rietdijk fbe93c074b python: pytest: 5.2.1 -> 5.2.2 2019-11-12 14:57:21 +01:00
Frederik Rietdijk be48e82eeb python: pytest-mypy: 0.4.1 -> 0.4.2 2019-11-12 14:57:21 +01:00
Frederik Rietdijk b30a5a6e2a python: pyrsistent: 0.15.4 -> 0.15.5 2019-11-12 14:57:20 +01:00
Frederik Rietdijk 95cbd02c8b python: pyparsing: 2.4.2 -> 2.4.5 2019-11-12 14:57:20 +01:00
Frederik Rietdijk c29e6643bd python: pyopencl: 2019.1.1 -> 2019.1.2 2019-11-12 14:57:20 +01:00
Frederik Rietdijk 4ff18fed91 python: PyMuPDF: 1.16.5 -> 1.16.7 2019-11-12 14:57:20 +01:00
Frederik Rietdijk 1a6ec3c485 python: pycryptodomex: 3.9.0 -> 3.9.2 2019-11-12 14:57:20 +01:00
Frederik Rietdijk 2bfa4759cf python: pycryptodome: 3.9.0 -> 3.9.2 2019-11-12 14:57:20 +01:00
Frederik Rietdijk d0207fc14a python: pybullet: 2.5.6 -> 2.5.7 2019-11-12 14:57:20 +01:00
Frederik Rietdijk 4237da930f python: pybids: 0.9.4 -> 0.9.5 2019-11-12 14:57:20 +01:00
Frederik Rietdijk d3e83e2ef9 python: pybase64: 1.0.0 -> 1.0.1 2019-11-12 14:57:20 +01:00
Frederik Rietdijk 67d8bb5094 python: pyatmo: 2.3.2 -> 2.3.3 2019-11-12 14:57:20 +01:00
Frederik Rietdijk 088824c5b8 python: psutil: 5.6.3 -> 5.6.5 2019-11-12 14:57:20 +01:00
Frederik Rietdijk c1ab98fcb6 python: plac: 1.1.0 -> 1.1.3 2019-11-12 14:57:20 +01:00
Frederik Rietdijk e3c848b157 python: pipdate: 0.3.2 -> 0.3.4 2019-11-12 14:57:20 +01:00
Frederik Rietdijk 0e17d02645 python: phonenumbers: 8.10.21 -> 8.10.22 2019-11-12 14:57:20 +01:00
Frederik Rietdijk f11407d459 python: persistent: 4.5.0 -> 4.5.1 2019-11-12 14:57:20 +01:00
Frederik Rietdijk 689697ff13 python: pandas: 0.25.2 -> 0.25.3 2019-11-12 14:57:20 +01:00
Frederik Rietdijk 31f555030b python: pandas: 0.25.2 -> 0.25.3 2019-11-12 14:57:20 +01:00
Frederik Rietdijk 80ac560b48 python: numpy: 1.17.3 -> 1.17.4 2019-11-12 14:57:20 +01:00
Frederik Rietdijk 30e2290a48 python: numcodecs: 0.6.3 -> 0.6.4 2019-11-12 14:57:20 +01:00
Frederik Rietdijk b27b8ab803 python: notebook: 6.0.1 -> 6.0.2 2019-11-12 14:57:20 +01:00
Frederik Rietdijk 4c26c54454 python: nbdime: 1.0.6 -> 1.0.7 2019-11-12 14:57:20 +01:00
Frederik Rietdijk 66693c76b2 python: nbconvert: 5.6.0 -> 5.6.1 2019-11-12 14:57:20 +01:00
Frederik Rietdijk fbf69412c4 python: mysqlclient: 1.4.4 -> 1.4.5 2019-11-12 14:57:20 +01:00
Frederik Rietdijk 89c2ae58d1 python: myfitnesspal: 1.13.3 -> 1.13.4 2019-11-12 14:57:20 +01:00
Frederik Rietdijk 5c568360dc python: mwoauth: 0.3.5 -> 0.3.7 2019-11-12 14:57:20 +01:00
Frederik Rietdijk 23fb174d82 python: mpi4py: 3.0.2 -> 3.0.3 2019-11-12 14:57:20 +01:00
Luka Blaskovic 8bff104114 rustc: bump runtime LLVM to match upstream
```
rustc 1.38.0
binary: rustc
commit-hash: unknown
commit-date: unknown
host: x86_64-unknown-linux-gnu
release: 1.38.0
LLVM version: 9.0
```
2019-11-12 14:50:49 +01:00
Lancelot SIX 3e267ad39b gettext: 0.19.8.1 -> 0.20.1
- 0.20 release information: https://lists.gnu.org/archive/html/info-gnu/2019-05/msg00006.html
- 0.20.1 release information: https://lists.gnu.org/archive/html/info-gnu/2019-05/msg00011.html
2019-11-12 14:49:34 +01:00
Timothy DeHerrera 30e428c96c ffmpeg: add options for QuickSync and libaom AV1
Allow users to optionally compile with support for Intel's QuickSync
hardware accelerated encoding, and libaom AV1 encoding. Set to false by
default.
2019-11-12 14:42:58 +01:00
Linus Arver c7fbf93ecc ncurses: add infocmp utility 2019-11-12 14:39:08 +01:00
Frederik Rietdijk d688c7cd05 Merge staging-next into staging 2019-11-12 14:32:56 +01:00
Frederik Rietdijk 4619637d74
Merge pull request #72712 from NixOS/staging-next
Staging next
2019-11-12 14:32:50 +01:00
Théo Zimmermann 72ef651f55
ocamlPackages.utop: fix source
By using the provided tbz file instead of the auto-generated GitHub
tarball, we ensure that strings like %%VERSION%% have been properly
generated.
2019-11-12 13:24:44 +01:00
Domen Kožar e3065afa44
python3Packages.Babel: disable tests on darwin since they fail
cc @fridh
2019-11-12 13:10:11 +01:00
Domen Kožar f1682a7f12
servant-client-core: patch a security issue leaking authorization header 2019-11-12 12:48:36 +01:00
John Ericson 16f0fe7fe3 Merge remote-tracking branch 'upstream/master' into mingw-mcfthreads 2019-11-11 20:48:14 -05:00
Fabian Möller d1ff1c0d09
cargo-udeps: init at 0.1.5 2019-11-11 23:42:47 +01:00
Renaud f6a91dd7e5
Merge pull request #73213 from veprbl/pr/arrow-cpp_fix_tests_run
arrow-cpp: fix tests not being run on linux
2019-11-11 23:35:26 +01:00
Jonathan Ringer a0476bbccc python3Packages.websockets: 8.0.2 -> 8.1 2019-11-11 14:16:11 -08:00
markuskowa 04c5e20496
Merge pull request #72534 from r-ryantm/auto-update/include-what-you-use
include-what-you-use: 0.12 -> 0.13
2019-11-11 22:53:49 +01:00
Jan Tojnar 1569632bf8
Merge branch 'staging-next' into staging 2019-11-11 22:28:32 +01:00
Jan Tojnar 1b5a8a2cc6
Merge branch 'master' into staging-next 2019-11-11 22:27:57 +01:00
Jonathan Ringer 920faee436 pythonPackages.wurlitzer: add missing python2 dependencies 2019-11-11 13:20:23 -08:00
Jonathan Ringer e9453fc878 python3Packages.datasette: 0.29.3 -> 0.30.2 2019-11-11 13:14:46 -08:00
Jonathan Ringer 0dfbff1d46 python3Packages.google_cloud_vision: fix tests 2019-11-11 13:13:17 -08:00
Florian Klink 781d85c69a rocksdb: enable USE_RTTI=1
This is required for programs using rocksdb and and typeinfo.

Otherwise, linking them fails with errors like this (that's ceph):

/nix/store/cg0k49h66nkdqx6ccwnqr0i4q0fnfznc-binutils-2.31.1/bin/ld: ../../lib/libos.a(RocksDBStore.cc.o):(.data.rel.ro._ZTIN12RocksDBStore14RocksWBHandlerE[_ZTIN12RocksDBStore14RocksWBHandlerE]+0x10): undefined reference to `typeinfo for rocksdb::WriteBatch::Handler'
/nix/store/cg0k49h66nkdqx6ccwnqr0i4q0fnfznc-binutils-2.31.1/bin/ld: ../../lib/libos.a(RocksDBStore.cc.o):(.data.rel.ro._ZTIN12RocksDBStore19MergeOperatorRouterE[_ZTIN12RocksDBStore19MergeOperatorRouterE]+0x10): undefined reference to `typeinfo for rocksdb::AssociativeMergeOperator'
/nix/store/cg0k49h66nkdqx6ccwnqr0i4q0fnfznc-binutils-2.31.1/bin/ld: ../../lib/libos.a(RocksDBStore.cc.o):(.data.rel.ro._ZTIN12RocksDBStore19MergeOperatorLinkerE[_ZTIN12RocksDBStore19MergeOperatorLinkerE]+0x10): undefined reference to `typeinfo for rocksdb::AssociativeMergeOperator'
/nix/store/cg0k49h66nkdqx6ccwnqr0i4q0fnfznc-binutils-2.31.1/bin/ld: ../../lib/libos.a(RocksDBStore.cc.o):(.data.rel.ro._ZTI17CephRocksdbLogger[_ZTI17CephRocksdbLogger]+0x10): undefined reference to `typeinfo for rocksdb::Logger'
/nix/store/cg0k49h66nkdqx6ccwnqr0i4q0fnfznc-binutils-2.31.1/bin/ld: ../../lib/libos.a(BlueRocksEnv.cc.o):(.data.rel.ro._ZTI12BlueRocksEnv[_ZTI12BlueRocksEnv]+0x10): undefined reference to `typeinfo for rocksdb::EnvWrapper'
/nix/store/cg0k49h66nkdqx6ccwnqr0i4q0fnfznc-binutils-2.31.1/bin/ld: ../../lib/libos.a(BlueRocksEnv.cc.o):(.data.rel.ro._ZTI23BlueRocksSequentialFile[_ZTI23BlueRocksSequentialFile]+0x10): undefined reference to `typeinfo for rocksdb::SequentialFile'
/nix/store/cg0k49h66nkdqx6ccwnqr0i4q0fnfznc-binutils-2.31.1/bin/ld: ../../lib/libos.a(BlueRocksEnv.cc.o):(.data.rel.ro._ZTI25BlueRocksRandomAccessFile[_ZTI25BlueRocksRandomAccessFile]+0x10): undefined reference to `typeinfo for rocksdb::RandomAccessFile'
/nix/store/cg0k49h66nkdqx6ccwnqr0i4q0fnfznc-binutils-2.31.1/bin/ld: ../../lib/libos.a(BlueRocksEnv.cc.o):(.data.rel.ro._ZTI21BlueRocksWritableFile[_ZTI21BlueRocksWritableFile]+0x10): undefined reference to `typeinfo for rocksdb::WritableFile'
/nix/store/cg0k49h66nkdqx6ccwnqr0i4q0fnfznc-binutils-2.31.1/bin/ld: ../../lib/libos.a(BlueRocksEnv.cc.o):(.data.rel.ro._ZTI17BlueRocksFileLock[_ZTI17BlueRocksFileLock]+0x10): undefined reference to `typeinfo for rocksdb::FileLock'
2019-11-11 21:47:01 +01:00
isgy da006ed937 python3Packages.jupyterlab_server: added pyjson5 dependency 2019-11-11 12:45:02 -08:00
isgy 3be103989c python3Packages.pyjson5: init at 0.8.5 2019-11-11 12:45:02 -08:00
Sondre Nilsen 150f62b923 pythonPackage.jsonlines: init at 1.2.0 2019-11-11 12:35:48 -08:00
John Ericson 63eac67319 nghttp2: Fix MinGW build by skipping some optional deps
I think those deps could be made to build, but I didn't want to get
bogged down investigating further. "Use flags" are always a good thing,
so this is fine for now.
2019-11-11 14:10:02 -05:00
John Ericson e00237e790 boehm-gc: Fix build on MinGW with mcfgthreads
CC @lhmouse
2019-11-11 14:10:01 -05:00
c0bw3b 92edb06109
libmad: fix three CVE from 2017
* add patch for CVE-2017-8372 and CVE-2017-8373
* add patch for CVE-2017-8374
* add patch for x86_64 platforms
* fetch existing patches from remote sources
2019-11-11 19:35:53 +01:00
John Ericson 89ec69e25e pcre: Skip winpthread dep
Seems to build just fine without it, maybe it was just using C++ threads
which mcfgthread provides?
2019-11-11 11:02:39 -05:00
John Ericson 04cb05d20c gcc: Build MinGW stage two with threading library
Currently this is set up to be mcfgthreads, but it could be something
else instead.
2019-11-11 11:02:38 -05:00
Niklas Hambüchen d80a11295d
Merge pull request #73210 from B4dM4n/hotspot-wrapqt
hotspot: use Qt mkDerivation
2019-11-11 14:10:11 +01:00
tekeri cd41194654 circus: fix incompatible dependency of python-circus (#73199)
* circus: fix incompatible dependency of python-circus

* circus: move out of python packages set

* circus: remove directly used python packages arguments
2019-11-11 14:09:58 +01:00
Dmitry Kalinkin c57018fb3b
arrow-cpp: fix tests not being run on linux
Fixes: 8c86e54a ('arrow-cpp: fix/disable some plasma tests on darwin')
2019-11-11 06:18:42 -05:00
Frederik Rietdijk 73b88e17dd Merge staging-next into staging 2019-11-11 12:09:26 +01:00
Dennis Gosnell 2df923eaab
Merge pull request #73170 from MarcFontaine/mafo/ghcjs
fix ghc-paths-nix-ghcjs.patch
2019-11-11 20:08:53 +09:00
Frederik Rietdijk cf27abf534 Merge master into staging-next 2019-11-11 12:06:42 +01:00
Frederik Rietdijk 6e9743f120 pythonPackages.spyder: fix package 2019-11-11 11:55:52 +01:00
Frederik Rietdijk a94b6a90ac Revert "python: spyder-kernels: 0.5.2 -> 1.6.0"
We should still stick with an older version for spyder 3.3.6. As soon
as 4.0.0 is released we need to upgrade this package.

This reverts commit 757fd1e27b.
2019-11-11 11:55:52 +01:00
Sebastian Jordan 8b323287f2 pypi2nix: 2.0.0 -> 2.0.1 2019-11-11 10:52:23 +01:00
Fabian Möller 832ce6942c
hotspot: use Qt mkDerivation 2019-11-11 10:46:30 +01:00
Jan Tojnar e994fdcac0
Merge pull request #72922 from davidak/fix_versions
Fix package metadata like version and homepage
2019-11-11 09:05:08 +01:00
Sander van der Burg 173bf3473c titaniumenv: remove 7.1, add 8.2 and make it the default 2019-11-11 08:50:27 +01:00
Peter Simons 1a2415e9a9
Merge pull request #72389 from nkpart/nkpart/fix-rPackages-glmnet
rPackages.glmnet: Add missing dependency
2019-11-11 07:57:46 +01:00
John Ericson 999ef20129 mingw-w64 libc: Multiple outputs and parallel builds
Also deduplicate more of the GCC derivations.
2019-11-11 00:25:24 -05:00
Sander van der Burg 9b51c5145a xcodeenv: bump default Xcode version to 11.1, default iOS SDK to 13.1. Add troubleshooting section to docs 2019-11-11 00:18:22 +01:00
worldofpeace 027e2a2556
Merge pull request #73159 from maralorn/fix-qrcode
pythonPackages.qrcode: Fix "No module named pkg_resources" error
2019-11-10 23:01:23 +00:00
John Ericson 1782f6c826
Merge pull request #73184 from Ericson2314/gcc-fix-cross-whoops
gcc: Fix cross after I accidentally changed build target
2019-11-10 17:49:48 -05:00
John Ericson 3f74a4d066 gcc: Fix cross after I accidentally changed build target
I deleted "bootstrap", but forgot to make the condition
build = host = target.
2019-11-10 17:06:22 -05:00
Carles Pagès 539e94030c
Merge pull request #72736 from nh2/nix-sdl2-static-fixes
SDL2: Keep .a files on `dontDisableStatic`; don't move them to $dev; prune .la
2019-11-10 22:18:38 +01:00
John Ericson 62e154ff8d Merge remote-tracking branch 'upstream/master' into gcc-dedup-configure-flags 2019-11-10 16:12:25 -05:00
John Ericson 5c5ca018c8 gcc: Deduplicate configureFlags
Thanks again to @bgamari who in 1c1207220f
did the cleanup to make this possible. It's been a long time coming!
2019-11-10 15:58:35 -05:00
Emery Hemingway 84c44d8caf
Merge pull request #73162 from rnhmjoj/monero
monero: 0.14.1.2 -> 0.15.0.0
2019-11-10 21:55:26 +01:00
John Ericson f666c61d20 gcc: Deduplicate preConfigure 2019-11-10 15:15:04 -05:00
John Ericson f5ddd103e7
Merge pull request #73173 from Ericson2314/gcc-cross-cleanup
gcc: Clean up cross configure flags and name prefix
2019-11-10 15:05:18 -05:00
Tim Steinbach 39cd7f923e nodePackages: Updates 2019-11-10 14:31:00 -05:00
Tim Steinbach c083cdd6dc nodePackages: Add gitmoji-cli 2019-11-10 14:30:59 -05:00
John Ericson ca341c2d5b gcc: Clean up cross configure flags and name prefix 2019-11-10 14:29:11 -05:00
MarcFontaine 8142cad918 ghcjs : fix the patch for ghc-paths-package
This patch is used in pkgs/development/haskell-modules/configuration-ghcjs.nix
to fix the ghc-path package for use with ghcjs.
The ghc-paths package has been updated in a way that the existing patch can no longer
be applied.
2019-11-10 19:03:08 +01:00
Aaron Andersen dc2649c2f3
Merge pull request #72877 from babariviere/insomnia-7.0.3
insomnia: 6.6.2 -> 7.0.3
2019-11-10 12:53:29 -05:00
Daniel Schaefer f7ef1a9af5
Merge pull request #72855 from fgaz/jasmin/init
jasmin: init at 2.4
2019-11-10 17:09:54 +01:00
rnhmjoj 8dd85714c0
randomx: init at 1.1.6 2019-11-10 15:46:15 +01:00
Malte Brandy 7fee1c664c
pythonPackages.qrcode: Fix "No module named pkg_resources" error 2019-11-10 14:17:06 +01:00
adisbladis 119b1b630d
Merge pull request #72999 from adisbladis/mesa-19_2_3
mesa: 19.2.1 -> 19.2.3 (and associated fixes)
2019-11-10 13:08:37 +00:00
adisbladis c9774cb6e5
qt512.qtbase: Fix darwin build 2019-11-10 12:47:59 +00:00
Tor Hedin Brønner bd20836885
webkitgtk: 2.26.1 -> 2.26.2 (#73052) 2019-11-10 13:20:39 +01:00
Maxime Dénès 0d6182a3c3
purescript: 0.13.3 -> 0.13.4 2019-11-10 13:14:34 +01:00
Marek Mahut 0c4f6831dc
Merge pull request #73154 from mmahut/datovka
datovka: init at 4.14.0
2019-11-10 12:30:05 +01:00
Marek Mahut 9b48dc3c5a libisds: init at 0.11 2019-11-10 12:00:34 +01:00
zimbatm f40b8471e7
fsatrace: 0.0.1-160 -> 0.0.1-324 2019-11-10 10:01:01 +00:00
Christine Koppelt a09f706715 gputils: add missing description 2019-11-10 08:03:06 +01:00
Daniël de Kok 5751e005b4 python3Packages.spacy_models: add Norwegian and Lithuanian models (#70306) 2019-11-09 20:37:35 -05:00
Kai Wohlfahrt 62e927d446 portend: patch for black 19.10b0 2019-11-09 11:04:28 -08:00
Kai Wohlfahrt a4f0c51c0c pytest-black: patch black dependency
This change is pending upstream in #29, but it is stale.
2019-11-09 11:04:28 -08:00