Commit Graph

69612 Commits

Author SHA1 Message Date
Vladimír Čunát
41af38f372
Merge branch 'staging-next' 2019-09-21 13:14:09 +02:00
Uri Baghin
0b990ec8c5 pythonPackages.algebraic-data-types: init at 0.1.1 2019-09-21 20:40:34 +10:00
Elis Hirwing
4f297c2b6f
cask: Fix cask usage
Without python as a dependency I only get the following error:
/usr/bin/env: ‘python’: No such file or directory
2019-09-21 11:43:17 +02:00
Mario Rodas
d02d88feba elfinfo: use buildGoPackage 2019-09-21 04:33:00 -05:00
Mario Rodas
04aee5f070 mkcert: use buildGoPackage 2019-09-21 04:25:00 -05:00
Mario Rodas
f6b9982ad6 golangci-lint: use buildGoPackage 2019-09-21 04:24:00 -05:00
Jörg Thalheim
f0fec244ca
ycmd: 2018-09-20 -> 2019-09-19; add optional golang completion (#69163)
ycmd: 2018-09-20 -> 2019-09-19; add optional golang completion
2019-09-21 09:45:23 +01:00
Jörg Thalheim
ae07f6c406
openjdk8: add setJavaClassPath-hook to jdk as well (#69137)
openjdk8: add `setJavaClassPath`-hook to jdk as well
2019-09-21 09:37:37 +01:00
Jörg Thalheim
495f0ea056
Merge pull request #69178 from uri-canva/typed-ast
pythonPackages.typed-ast: 1.3.5 -> 1.4.0,  pythonPackages.mypy: 0.701 -> 0.711
2019-09-21 09:15:06 +01:00
Jörg Thalheim
fd3d64baa0
Merge pull request #69183 from matthewbauer/fix-avr-limits-h
gcc: fix mising avr limits.h
2019-09-21 08:35:39 +01:00
Jörg Thalheim
363e0c15f0
Merge pull request #69191 from marsam/update-flow
flow: 0.107.0 -> 0.108.0
2019-09-21 08:27:52 +01:00
Jörg Thalheim
e03ef7f7f7
python37Packages.sentry-sdk: Fix tests (#69142)
python37Packages.sentry-sdk: Fix tests
2019-09-21 08:20:31 +01:00
Ruud van Asseldonk
8a9ebc0b4b python37Packages.sentry-sdk: use checkInputs
Instead of buildInputs, as there dependencies are only used in tests.
2019-09-21 09:02:20 +02:00
Jörg Thalheim
970145f051
python3Packages.python-language-server: add setuptools as a de… (#69117)
python3Packages.python-language-server: add setuptools as a dependency
2019-09-21 07:47:50 +01:00
Vladimír Čunát
22d7eb74d9
libgdiplus: 5.6.1 -> 6.0.2
Fixes build error: undefined reference to `GifQuantizeBuffer'
that was most likely caused by giflib update in 3605f1285
ABI tracker didn't show removal of this symbol - I don't know,
perhaps we have different build setting, or something.

Here I found no NEWS, ABI tracker seems OK - only minor
incompatibilities in -private headers.  Mono stuff builds now.
2019-09-21 08:45:00 +02:00
Mario Rodas
354b2ee016
terraform-lsp: 0.0.6 -> 0.0.9 2019-09-21 00:00:00 -05:00
Mario Rodas
5ee382a79a
tflint: 0.11.1 -> 0.11.2
Changelog: https://github.com/wata727/tflint/releases/tag/v0.11.2
2019-09-21 00:00:00 -05:00
Mario Rodas
7ffeba4315
flow: 0.107.0 -> 0.108.0
Changelog: https://github.com/facebook/flow/releases/tag/v0.108.0
2019-09-21 00:00:00 -05:00
Matthew Bauer
60c62446e7 libproxy: only wrap when pxgsettings exists
https://hydra.nixos.org/build/100220165
2019-09-21 00:24:21 -04:00
Vincent Laporte
0c0e63d211
ocamlPackages.camlp5: 7.08 → 7.10 2019-09-21 03:35:39 +00:00
Matthew Bauer
566796ab13
Merge pull request #69038 from matthewbauer/ncurses5
treewide: use libtinfo.so.5 where needed
2019-09-20 23:00:04 -04:00
Matthew Bauer
7b58739e2c gcc: fix mising avr limits.h
Fixes #69172
2019-09-20 22:37:00 -04:00
worldofpeace
15e99a06a8 wrapQtAppsHook: correct skip directories heuristic 2019-09-20 19:10:02 -04:00
Robin Gloster
4445971025
Merge pull request #69165 from delroth/redo-apenwarr-source
redo-apenwarr: fix source URL
2019-09-20 23:52:30 +02:00
Pierre Bourdon
ad4b97a233
redo-apenwarr: fix source URL 2019-09-20 22:31:08 +02:00
Daiderd Jordan
b5f406cb6a
Merge pull request #68689 from B4dM4n/uvloop-darwin
uvloop: fix darwin build
2019-09-20 22:21:53 +02:00
Daiderd Jordan
a6dcdf9ed4
Merge pull request #68681 from B4dM4n/h11-darwin
pythonPackages.h11: fix darwin build
2019-09-20 22:17:43 +02:00
Daiderd Jordan
51bd8395d3
Merge pull request #68691 from B4dM4n/trustme-darwin
pythonPackages.trustme: fix darwin build
2019-09-20 22:15:32 +02:00
Daiderd Jordan
1803573281
Merge pull request #68782 from B4dM4n/portend-darwin
pythonPackages.portend: fix darwin build
2019-09-20 22:05:39 +02:00
Daiderd Jordan
4bc107b06e
Merge pull request #68823 from B4dM4n/notebook-darwin
notebook: fix darwin sandbox build + dependencies
2019-09-20 22:03:54 +02:00
Daiderd Jordan
463703c213
Merge pull request #68883 from B4dM4n/cheroot-darwin
cheroot: fix darwin sandbox build
2019-09-20 22:01:15 +02:00
Maximilian Bosch
19f88062a6
openjdk8: add setJavaClassPath-hook to jdk as well
This hook got removed from JDK[1], however without this hook,
the classpath in a Java-build isn't created anymore which caused
several[2][3] broken packages.

[1] https://github.com/NixOS/nixpkgs/pull/65247/files#r324459267
[2] https://hydra.nixos.org/build/100896633
[3] https://hydra.nixos.org/build/100895668

ZHF #68361
2019-09-20 21:40:02 +02:00
Sirio Balmelli
dee0cb7be5
ycmd: add gopls completer
ycmd gives 'no completer support' because of missing 'gopls'.
Add this as a conditional dependency.

Refactor the 'mkdir -p' step to be conditional per-dependency,
and placed just before the link step.
This is mostly for legibility but also pedantic correctness:
do not create a directory unless it will be used.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-09-20 21:33:40 +02:00
Sirio Balmelli
7d21d6a680
ycmd: update build to 2019-09-19
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-09-20 21:33:40 +02:00
Sirio Balmelli
dfc7bdb1a3
ycmd: install phase copies all dirs below 'third_party'
Copy _all_ of 'third_party'.
Cherry-picking the contents of this dir is a fragile approach as
they change in later commits (breaking this build).

This approach continues to work on the current build,
and will not break with later versions of the project.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-09-20 21:33:37 +02:00
Vincent Laporte
827f62ef01 ocamlPackages.optint: 0.0.2 -> 0.0.3
Ensures compatibility with OCaml ≥ 4.08
2019-09-20 17:04:52 +00:00
Jörg Thalheim
0a56a467c5
python3Packages.{websockets, uvicorn,python-engineio}: bump an… (#68939)
python3Packages.{websockets, uvicorn,python-engineio}: bump and fix builds
2019-09-20 16:33:07 +01:00
Mario Rodas
22d77d950d
pgformatter: 4.0 -> 4.1
Changelog: https://github.com/darold/pgFormatter/releases/tag/v4.1
2019-09-20 08:30:00 -05:00
Pierre Bourdon
dc5085e6b0
mono: remove dontStrip from derivation
This was introduced in 2010 in 9e16b812 and as far as I can tell the
issue mentioned in the comment does not exist anymore. In a stripped
mono build, I was able to:

- Run "mcs --version" without trouble (original test case)
- Run "keepass" (mono app)
- Build packages that depend on mono (e.g. f# and others).

$ nix path-info -sh
Before: 537.8M
After:  304.3M

$ nix path-info -Sh
Before: 1.2G
After:  867.0M

(Transitive closure size decreases more than the package size itself
because mono ended up depending on gcc through leaked paths in .so files
before.)
2019-09-20 15:25:27 +02:00
Pierre Bourdon
21c92c4a1d
mono-zeroconf: remove broken package
No dependencies within nixpkgs, and the package has not built
successfully since 2018-04-29 according to Hydra[1].

[1] https://hydra.nixos.org/build/100604053
2019-09-20 14:16:49 +02:00
Pierre Bourdon
dd5eb4dbc2
libgdiplus: split package to reduce dependencies closure size
nix path-info -rSh on mono:

Before: /nix/store/p7zix8ypkqdwz86jvirzn0hmqhkbfhf7-mono-5.20.1.27                 1.2G
After:  /nix/store/zwg8d5m2d7hbi1ylh6rq00wyghyyzpsp-mono-5.20.1.27               881.3M

Mostly due to not dragging in cairo-dev, mesa-dev, etc.
2019-09-20 13:28:34 +02:00
Uri Baghin
2b36da8991 pythonPackages.mypy: 0.701 -> 0.711 2019-09-20 20:07:21 +10:00
Uri Baghin
33821c59bb pythonPackages.typed-ast: 1.3.5 -> 1.4.0 2019-09-20 19:58:20 +10:00
Ruud van Asseldonk
ce6145dedc python37Packages.sentry-sdk: Fix tests
The tests depend on many third-party libraries, presumably because
Sentry offers integration for each of them. I added these as build
inputs but not propagated build inputs, because they are only needed for
the tests.
2019-09-20 11:03:18 +02:00
Maximilian Bosch
6c3bf80a75
Merge pull request #68965 from B4dM4n/csvs-to-sqlite-1.0
csvs-to-sqlite: 0.9 -> 1.0
2019-09-20 10:32:51 +02:00
Marek Mahut
dae532c445
Merge pull request #69106 from prusnak/libfido2
libfido2: 1.1.0 -> 1.2.0
2019-09-20 09:16:58 +02:00
Vasiliy Yorkin
0cf81af50c ocamlPackages.ppx_deriving_rpc: init at 5.9.0 2019-09-20 05:54:29 +00:00
Vasiliy Yorkin
fac7453117 ocamlPackages.ocaml-protoc: init at 1.2.0 (#68962) 2019-09-20 05:53:30 +00:00
Vincent Laporte
424c20414a
ocamlPackages.containers: 1.4 → 2.6.1
ocamlPackages.sequence/iter: 1.1 → 1.2.1

Ensures compatibility with OCaml 4.08
2019-09-20 05:29:05 +00:00
Vincent Laporte
59a07abdb2
ocamlPackages.printbox: disable tests for OCaml ≥ 4.08 2019-09-20 05:28:59 +00:00
Vincent Laporte
011dd72d6a
ocamlPackages.mdx: disable tests for OCaml ≥ 4.08
Don’t strip for OCaml 4.04
2019-09-20 05:28:52 +00:00
Gabriel Ebner
3e0127b878
libqalculate,qalculate-gtk: 3.3.0 -> 3.4.0 (#69051)
libqalculate,qalculate-gtk: 3.3.0 -> 3.4.0
2019-09-19 20:37:25 +02:00
worldofpeace
433d540085
Merge pull request #68276 from doronbehar/update-cpp-utilities
cpp-utilities: 4.17.1 -> 5.0.0
2019-09-19 13:58:09 -04:00
Doron Behar
9f508e8eba cpp-utilities: 4.17.1 -> 5.0.0 2019-09-19 20:52:49 +03:00
Pavol Rusnak
1325976d74
libfido2: 1.1.0 -> 1.2.0 2019-09-19 18:30:18 +02:00
Frederik Rietdijk
0b12d44c06 Merge master into staging-next 2019-09-19 16:59:42 +02:00
Anton-Latukha
37de7c56ce qt_gstreamer1: drop
If someone would be interested - last commit builds with {Qt5, Qt5 config flag}
2019-09-19 17:50:46 +03:00
Anton-Latukha
dcb86e8856 qt-gstreamer: drop
(Progresses Qt4 cleaup #33248, gstreamer cleanup #39975)

This is legacy version of a newer and legacy unmaintained version.
It is Qt4 and gstreamer 0.10.
This is a GNOME-related project, so Qt support dropped.
qt-gstreamers legacy has no dependencies.
2019-09-19 17:50:45 +03:00
Tim Steinbach
e400278e02
scala: 2.12.9 -> 2.12.10 2019-09-19 09:53:12 -04:00
Tim Steinbach
1adcf500ef
scala: 2.13.0 -> 2.13.1 2019-09-19 09:52:12 -04:00
Symphorien Gibol
727aaae1bb python3Packages.python-language-server: add setuptools as a dependency 2019-09-19 14:13:04 +02:00
Maxime Dénès
4e626be87d ocamlPackages.ppx_deriving_yojson: 3.3 -> 3.5.1 2019-09-19 11:47:24 +00:00
Peter Simons
b08ced9110 haskell-cabal-plan: add override to fix the build 2019-09-19 13:46:20 +02:00
Peter Simons
90effb5c70
Merge pull request #69087 from NixOS/haskell-updates
Merge haskell-updates into master.
2019-09-19 13:33:50 +02:00
Peter Simons
742348dff5 git-annex: update sha256 hash for new release 7.20190912 2019-09-19 12:33:05 +02:00
Peter Simons
0d67be0416 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.4-9-g449ad2b from Hackage revision
ed250ead25.
2019-09-19 12:33:00 +02:00
Jonathan Ringer
17287938ab pythonPackages.premailer: fix build 2019-09-19 19:03:42 +09:00
Nikolay Korotkiy
ad4a3074c0 qtcreator: use Qt mkDerivation 2019-09-19 18:55:12 +09:00
Mario Rodas
669bb49518
Merge pull request #69078 from lilyball/jazzy
jazzy: 0.11.0 -> 0.11.1
2019-09-19 04:18:09 -05:00
Marek Mahut
856b16a724
Merge pull request #68980 from rvolosatovs/update/packr
packr: 2.5.2 -> 2.6.0
2019-09-19 11:17:31 +02:00
Lily Ballard
aa413a0ce3 jazzy: 0.11.0 -> 0.11.1 2019-09-18 22:54:37 -07:00
Austin Seipp
d5e1d57cee
terra: include libc headers by default, run tests
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-09-19 00:26:48 -05:00
Jörg Thalheim
0a784ab6aa
radare2: 3.8.0 -> 3.9.0 2019-09-19 04:53:56 +01:00
Austin Seipp
52d3655c3d
terra: 1.0.0-beta1 -> 1.0.0pre1175_ef6a75f
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-09-18 22:13:18 -05:00
Austin Seipp
3288d3670f
terra: patch to use NIX_CFLAGS_COMPILE for includes
Terra heavily depends on its ability to interface with C APIs, but
without scanning NIX_CFLAGS_COMPILE, it's awkward and annoying to set up
imports correctly (by scanning and adding the flags yourself) in every
single project.

Luckily most of the Clang initialization is hidden away, but the Lua
code for the Terra library handles all the high-level stuff, so we patch
it in there.

This allows simple examples like:

    C = terralib.includec("zlib.h")

to work instantly, provided `zlib` is a Nix dependency.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-09-18 21:45:34 -05:00
Austin Seipp
5cc70a7b6b
terra: touchups
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-09-18 21:44:55 -05:00
Mario Rodas
6289e66805
Merge pull request #69025 from marsam/update-nodejs-10
nodejs-10_x: 10.16.0 -> 10.16.3
2019-09-18 20:38:17 -05:00
Mario Rodas
bc172c8780
circleci-cli: 0.1.2569 -> 0.1.5879 2019-09-18 18:00:00 -05:00
Mario Rodas
9d09cf0fc3
Merge pull request #68866 from marsam/update-python-pyperf
pythonPackages.pyperf: 1.6.0 -> 1.6.1
2019-09-18 18:16:44 -05:00
Will Dietz
6429696f43
libqalculate,qalculate-gtk: 3.3.0 -> 3.4.0 2019-09-18 17:05:59 -05:00
Jan Tojnar
62791c3743
Merge branch 'master' into staging-next 2019-09-18 21:15:35 +02:00
worldofpeace
175aecb258
Merge pull request #68984 from averelld/iso639-add-setuptools
pythonPackages.iso-639: add setuptools dependency
2019-09-18 14:44:20 -04:00
Matthew Bauer
4c85abae94 treewide: use libtinfo.so.5 where needed
This was originally added in

https://github.com/NixOS/nixpkgs/pull/21350

best to use this name for clarity.
2019-09-18 13:57:20 -04:00
Peter Simons
e405fe40cc hackage2nix: disable builds that break evaluation on Hydra 2019-09-18 19:36:58 +02:00
Luc Tielen
de051787bf ghc881 - alex: simplify override 2019-09-18 19:36:58 +02:00
Luc Tielen
5ea256fe5f ghc881 - alex: try only applying relevant patch 2019-09-18 19:36:58 +02:00
Luc Tielen
6facf5b594 ghc881 - alex: point directly to working commit 2019-09-18 19:36:58 +02:00
Luc Tielen
fc06be9341 Remove unneeded code 2019-09-18 19:36:58 +02:00
Luc Tielen
4ea67e42c4 Only patch alex for ghc881 2019-09-18 19:36:58 +02:00
Luc Tielen
b55447925d Update dhall: 1.25.0 -> 1.26.0 2019-09-18 19:36:58 +02:00
Luc Tielen
fce1182f4b haskell.packages.ghc881.tasty-hedgehog: fix dependency versioning issue 2019-09-18 19:36:58 +02:00
Luc Tielen
c120b6957c haskell.packages.ghc881.hedgehog: fix build issue 2019-09-18 19:36:58 +02:00
Luc Tielen
d0a1d73438 haskell.packages.ghc881.vault: avoid build issue with docs 2019-09-18 19:36:58 +02:00
Luc Tielen
a2b742f80c haskell.packages.ghc881.attoparsec: fix build issue 2019-09-18 19:36:58 +02:00
Luc Tielen
de404e0976 haskell.packages.ghc881.socks: fix issue with base dependency version 2019-09-18 19:36:58 +02:00
Luc Tielen
6a6b39b73f haskell.packages.ghc881.vector-th-unbox: fix build 2019-09-18 19:36:58 +02:00
Luc Tielen
230565a859 haskell.packages.ghc881.cabal-doctest: fix build 2019-09-18 19:36:58 +02:00
Luc Tielen
1135dd3e23 haskell.packages.ghc881.haskell-src-exts: fix build 2019-09-18 19:36:58 +02:00
Luc Tielen
0b183e5d14 haskell.packages.ghc881.happy: fix build 2019-09-18 19:36:58 +02:00
Luc Tielen
3ad52721a4 haskell.packages.ghc881.haskell-src-meta: fix build 2019-09-18 19:36:58 +02:00
Luc Tielen
9b2394519c haskell.packages.ghc881.alex: apply temporary patch for ghc881 2019-09-18 19:36:58 +02:00
Luc Tielen
8a0c213261 haskell.packages.ghc881.yaml: fix missing attribute issue 2019-09-18 19:36:58 +02:00
Luc Tielen
168b39e66f Revert "haskell.packages.ghc881.cabal-doctest: use super.cabal-doctest_1_0_7"
This reverts commit 5e91bfa80a.
2019-09-18 19:36:58 +02:00
Jaakko Luttinen
f56d16a89e haskellPackages.massiv: mark unbroken 2019-09-18 19:36:58 +02:00
Jaakko Luttinen
780cdeb31c haskellPackages.scheduler: mark unbroken 2019-09-18 19:36:57 +02:00
Peter Simons
e04435a773 LTS Haskell 14.6 2019-09-18 19:36:57 +02:00
Peter Simons
8dcaebfe3b ghc: drop unused abi-depends-determinism.nix patch 2019-09-18 18:30:31 +02:00
Peter Simons
1f157b8cf8 ghc: drop obsolete 8.2.2 version
We keep the last 3 major releases of GHC around, which are
versions 8.8.1, 8.6.5, and 8.4.4.
2019-09-18 18:28:11 +02:00
Peter Simons
ddb77f3437 ghc: drop obsolete 8.6.4 version
The latest version in the 8.6.x branch is 8.6.5.
2019-09-18 18:24:42 +02:00
Peter Simons
2c70934263 ghc: revert "compile with DWARF support by default"
This reverts commits 2021578686 and
f4316473d9.

Fixes https://github.com/NixOS/nixpkgs/issues/69023.
2019-09-18 15:18:20 +00:00
markuskowa
19a51cd2cb
Merge pull request #68263 from moaxcp/micronaut
micronaut init at 1.2.1
2019-09-18 13:14:36 +02:00
Mario Rodas
f1747f0f88
Merge pull request #68966 from siriobalmelli-foss/fix/cargo-inspect
cargo-inspect: fix build on Darwin
2019-09-18 06:13:15 -05:00
Mario Rodas
ff041bb09c
Merge pull request #69009 from marsam/update-terraform-lsp
terraform-lsp: 0.0.5 -> 0.0.6
2019-09-18 06:10:31 -05:00
John Mercier
b973a8e0d0 micronaut init at 1.2.1 2019-09-18 06:25:21 -04:00
Mario Rodas
36b40dcc7c
nodejs-10_x: 10.16.0 -> 10.16.3 2019-09-18 04:20:00 -05:00
Sirio Balmelli
7cb3992c6c
cargo-inspect: fix build on Darwin
package fails to build with 'ld: framework not found Security'
Solve by adding darwin.apple_sdk.frameworks.Security on Darwin.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-09-18 10:10:28 +02:00
Vincent Laporte
e598c4001f
Merge pull request #68925 from vbgl/ocaml-cryptokit-fix-68874
ocamlPackages.cryptokit: fix #68874
2019-09-18 05:09:57 +00:00
Mario Rodas
24d976e39f
terraform-lsp: 0.0.5 -> 0.0.6
Changelog: https://github.com/juliosueiras/terraform-lsp/releases/tag/v0.0.6
2019-09-17 23:48:00 -05:00
Orivej Desh
651cd75f6c python.pkgs.scikitlearn: 0.20.3 -> 0.20.4 2019-09-18 03:14:45 +00:00
Martin Weinelt
2b239b5b30 pythonPackages.markdown: add missing setuptools to propagatedBuildInput
Fixes the following ImportError on application startup:

/nix/store/qh7ndfsar3icmwqbiwcla7pc8x1133vg-python2.7-Markdown-3.1.1/bin/markdown_py README.md > README.html.new
Traceback (most recent call last):
  File "/nix/store/qh7ndfsar3icmwqbiwcla7pc8x1133vg-python2.7-Markdown-3.1.1/bin/.markdown_py-wrapped", line 7, in <module>
    from markdown.__main__ import run
  File "/nix/store/qh7ndfsar3icmwqbiwcla7pc8x1133vg-python2.7-Markdown-3.1.1/lib/python2.7/site-packages/markdown/__init__.py", line 25, in <module>
    from .core import Markdown, markdown, markdownFromFile
  File "/nix/store/qh7ndfsar3icmwqbiwcla7pc8x1133vg-python2.7-Markdown-3.1.1/lib/python2.7/site-packages/markdown/core.py", line 29, in <module>
    import pkg_resources
ImportError: No module named pkg_resources
make: *** [Makefile:53: README.html] Error 1
2019-09-18 02:12:57 +02:00
Matthew Bauer
1bc7fae62d
Merge pull request #68889 from nspin/pr/various-cross-2
Various cross-compilation fixes
2019-09-17 19:35:44 -04:00
Nick Spinale
35f39ac48c dtc: make python bindings optional
dtc's build system does not support cross-compilation of its
swig-generated python bindings.
2019-09-17 23:09:55 +00:00
Matthew Bauer
97a0733e28
Merge pull request #68701 from matthewbauer/fix-ghc-dwarf
ghc: don’t use dwarf on windows
2019-09-17 17:55:10 -04:00
Matthew Bauer
3736220b5b
Merge pull request #68930 from matthewbauer/fix-cross-glibc
glibc: fix cross compilation with gcc8
2019-09-17 17:55:02 -04:00
Matthew Bauer
7c044bb820
Merge pull request #68783 from B4dM4n/webtest-darwin
pythonPackages.webtest: fix darwin build
2019-09-17 17:53:46 -04:00
Matthew Bauer
8f2eb8042b
Merge pull request #68387 from d-goldin/libressl_fix_nc
libressl: fixing nc for version>=2.9
2019-09-17 17:42:57 -04:00
Dima
044f771d59 libressl: fixing nc for version>=2.9
This addresses https://github.com/NixOS/nixpkgs/issues/68286

When `-R` (CA file location) is not specified, nc tries to fall back to
a default location. In 2.8 this was still configurable at compile time,
but was changed somewhere after. This replaces `/etc/ssl/cert.pem`
with `${cacert}/etc/ssl/cert.pem` in the code directly.

For a discussion of this, see https://github.com/NixOS/nixpkgs/pull/68456
2019-09-17 23:08:43 +02:00
Averell Dalton
e853270354 pythonPackages.iso-639: add setuptools dependency 2019-09-17 23:07:34 +02:00
Roman Volosatovs
7f6e616fee
packr: 2.5.2 -> 2.6.0 2019-09-17 21:40:17 +02:00
Lancelot SIX
f772fe52c3
Merge pull request #68936 from jonringer/fix-boltz
python3Packages.boltztrap2: fix build
2019-09-17 21:34:06 +02:00
worldofpeace
ac3741a2d2
Merge pull request #68623 from aanderse/zhf/valum
valum: 0.3.15 -> 0.3.16
2019-09-17 13:43:14 -04:00
worldofpeace
47dc30c10c
Merge pull request #68756 from dtzWill/update/libmicrodns-0.1.0
libmicrodns: 0.0.10 -> 0.1.0
2019-09-17 13:16:47 -04:00
worldofpeace
0c9fab9398
Merge pull request #68941 from Ma27/bump-evcxr
evcxr: 0.4.4 -> 0.4.5
2019-09-17 12:59:00 -04:00
Fabian Möller
527fc00325
csvs-to-sqlite: 0.9 -> 1.0 2019-09-17 16:25:09 +02:00
worldofpeace
8f3421ec34
Merge pull request #68405 from leenaars/blink320
Blink + dependencies: update 3.0.3 -> 3.2.0
2019-09-17 07:43:32 -04:00
worldofpeace
280386382e
Merge pull request #68727 from d-goldin/fix_networkx_missing_dep
networkx: fixing undeclared dependency
2019-09-17 07:36:59 -04:00
Peter Hoeg
fbd23c6f1a
Merge pull request #68877 from peterhoeg/u/mqtt
mosquitto: 1.6.4 -> 1.6.5
2019-09-17 10:40:14 +08:00
Malo Bourgon
279d51e585
nodePackages.serverless: init at 1.52.0
Closes https://github.com/NixOS/nixpkgs/pull/64204.
2019-09-17 01:50:58 +00:00
Malo Bourgon
00f6c93f83
nodePackages: update 2019-09-17 01:50:16 +00:00
Mario Rodas
e8c29fa77c
update-python-libraries: use version key for latest release (#68857)
From warehouse API reference [1]:

     GET /pypi/<project_name>/json

     Returns metadata (info) about an individual project at the latest
     version […]

[1] https://warehouse.pypa.io/api-reference/json/#project
2019-09-16 17:34:15 -05:00
volth
8276314608 treewide: fix string escapes 2019-09-16 22:15:38 +00:00
Jonathan Ringer
2d8a5baa9c python3Packages.python-engineio: 3.4.3 -> 3.9.3 2019-09-16 15:08:34 -07:00
Jonathan Ringer
80d1a3b37c python3Packages.uvicorn: 0.8.4 -> 0.9.0 2019-09-16 15:08:27 -07:00
Maximilian Bosch
af564fbd8a
evcxr: 0.4.4 -> 0.4.5
New release: https://github.com/google/evcxr/blob/v0.4.5/RELEASE_NOTES.md#version-045

Also added myself as maintainer and removed `zeromq` from the build
inputs as it's now vendored by upstream.
2019-09-16 22:46:26 +02:00
Jonathan Ringer
9b092e228b python3Packages.websockets: 7.0 -> 8.0.2 2019-09-16 13:24:14 -07:00
Will Dietz
b3eafc6320
Merge pull request #68905 from dtzWill/update/elfinfo-0.7.6
elfinfo: 0.7.5 -> 0.7.6
2019-09-16 15:10:11 -05:00
Roman Volosatovs
53502fce1b
libvterm-neovim: 2018-11-26 -> 2019-08-28 2019-09-16 22:00:43 +02:00
Craig Hall
93e25e8b00
luaPackages.luv: add libluv output
Co-authored-by: Roman Volosatovs <rvolosatovs@riseup.net>
2019-09-16 22:00:26 +02:00
Jonathan Ringer
afc1e5f1a7 python3Packages.boltztrap2: fix build 2019-09-16 12:49:23 -07:00
Matthew Bauer
3fcc4441d7 glibc: fix cross compilation with gcc8 2019-09-16 14:00:15 -04:00
Vladimír Čunát
fa4a3af5a7
Merge branch 'master' into staging-next 2019-09-16 19:24:52 +02:00
Vladimír Čunát
a95a53aadc
Revert "pythonPackages.flaky: 3.5.3 -> 3.6.1 (#68411)"
This reverts commit b44fca1702.
I'm moving this to the staging branch.
It's a huge rebuild (on the order of 20k jobs), and it seems like that
was not noticed, and I can't see sufficient motivation to skip ahead of
e.g. the CVE fixes we have in staging-next.
2019-09-16 19:23:20 +02:00
Vincent Laporte
2173d47560
ocamlPackages.ocsigen_server: fix loading of shared libraries 2019-09-16 16:06:35 +00:00
Vincent Laporte
61c9725ff4
ocamlPackages.cryptokit: fix installation of shared libraries
Fixes #68874
2019-09-16 16:06:28 +00:00
Will Dietz
63bdef7591
Merge pull request #67289 from dtzWill/update/libcbor-2019-07-25
libcbor: 2019-02-23 -> 2019-07-25
2019-09-16 10:49:30 -05:00
Domen Kožar
68a86c5925
Merge pull request #68845 from turboMaCk/elm-packages/add-elm-language-server
elmPackages.elm-language-server: Init at 1.4.1
2019-09-16 17:17:43 +02:00
Will Dietz
bbf0e8aa3c
mediainfo,mediainfo-gui,libmediainfo: 19.07 -> 19.09 2019-09-16 09:54:34 -05:00
Jeroen de Haas
2ff3620d0d fmt: 5.3.0 -> 6.0.0 (#68168) 2019-09-16 14:39:52 +00:00
Will Dietz
7f9a120147
elfinfo: 0.7.5 -> 0.7.6 2019-09-16 09:36:54 -05:00
Linus Heckemann
872122af43
Merge pull request #68848 from WilliButz/fix-hass-esphome
pythonPackages.aioesphomeapi: 2.0.1 -> 2.2.0
2019-09-16 11:51:59 +02:00
Marek Mahut
db21aabe15
Merge pull request #68855 from marsam/drop-pyev
pythonPackages.pyev: drop
2019-09-16 10:24:49 +02:00
Peter Hoeg
b02b889255 libwebsockets: re-init 3.1 2019-09-16 12:36:33 +08:00
Pavol Rusnak
b44fca1702 pythonPackages.flaky: 3.5.3 -> 3.6.1 (#68411) 2019-09-16 00:29:07 -04:00
Peter Hoeg
04a0b11c9b pythonPackages.keyring: 18.0.1 -> 19.1.0 2019-09-16 12:12:54 +08:00
Sirio Balmelli
a3757e6409 racerd: fix broken build on Darwin (#68861)
* racerd: fix broken build on Darwin

Build on Darwin failing with 'ld: framework not found Security'

Add buildInput darwin.apple_sdk.frameworks.Security
when building on Darwin.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-09-15 21:25:59 -05:00
worldofpeace
c0d5c03c8b
Merge pull request #68869 from worldofpeace/fix-FTFS-qtwebengine
qt5.qtwebengine: reduce log output
2019-09-15 21:08:43 -04:00
Fabian Möller
5347a8038a
cheroot: fix darwin sandbox build 2019-09-16 01:38:32 +02:00
worldofpeace
f21f980ab8 qt5.qtwebengine: reduce log output
Identical fix as 6f1ad0676f.
2019-09-15 19:20:45 -04:00
Maximilian Bosch
d8f5ad9948
Merge pull request #68842 from Ma27/disable-pytest5-on-python2
python2Packages.pytest_5: disable build
2019-09-16 01:20:28 +02:00
Mario Rodas
87cd31d538
Merge pull request #68703 from jonringer/fix-celery
pythonPackage.celery: fix tests
2019-09-15 18:18:50 -05:00
Mario Rodas
c3c3dcc86c
Merge pull request #68794 from JohnAZoidberg/zake-tests
pythonPackages.zake: Skip failing test
2019-09-15 18:12:50 -05:00
Mario Rodas
32af4a66a3
Merge pull request #68812 from jonringer/fix-cheroot
pythonPackages.cheroot: fix tests
2019-09-15 18:09:36 -05:00
Mario Rodas
9f756b8e9b
Merge pull request #68838 from tkerber/chmlib
chmlib: 0.4 -> 0.4a
2019-09-15 18:04:19 -05:00
Mario Rodas
b46c3c5554
Merge pull request #68819 from jonringer/mark-percol-broken
pythonPackages.percol: mark broken
2019-09-15 17:45:59 -05:00
Mario Rodas
8624303abb
Merge pull request #68821 from d-goldin/fix_build_scikitlearn
python37Packages.scikitlearn: patching build
2019-09-15 17:41:09 -05:00
Jonathan Ringer
ca1a246741 pythonPackages.percol: mark broken 2019-09-15 15:20:10 -07:00
worldofpeace
f8ca2f340b
Merge pull request #68827 from virusdave/dnicponski/scratch/upgrade_unison
unison-ucm: 1.0.M1c-alpha -> 1.0.M1d-alpha
2019-09-15 17:52:54 -04:00
Dima
82d7833b9b python37Packages.scikitlearn: patching build
For numpy>=1.17 a test-case broke that required adjustments to
a threshold.

See https://github.com/NixOS/nixpkgs/issues/68494
2019-09-15 23:52:15 +02:00
Mario Rodas
27c9327076
Merge pull request #68719 from jonringer/fix-lightgbm
pythonPackages.lightgbm: fix build
2019-09-15 16:19:24 -05:00
Mario Rodas
ebdaba7205
pythonPackages.pyperf: 1.6.0 -> 1.6.1
perf was renamed to pyperf [1] to avoid confusion with Linux perf
project.

[1] 60eb936a87
2019-09-15 16:00:00 -05:00
Tom Hunger
f9da799b87 dynd: fix build 2019-09-15 21:48:04 +01:00
volth
7b7848ecb6
jogl: remove #37364 workaround 2019-09-15 19:00:15 +00:00
Maximilian Bosch
3ddbe41f79
Merge pull request #68723 from jonringer/freeze-azure-storage
nixops_1_6_1: fix build
2019-09-15 20:03:13 +02:00
Mario Rodas
b05818f389
pythonPackages.pyev: drop
pyev is unmaintained, and was removed from PyPI.
2019-09-15 12:46:58 -05:00
Mario Rodas
3028233ea5
pythonPackages.pika: remove pyev dependency
pyev support was removed from upstream https://github.com/pika/pika/pull/934#issuecomment-361714844
2019-09-15 12:45:02 -05:00
Mario Rodas
edc033a616
Merge pull request #67905 from marsam/add-pgformatter
pgformatter: init at 4.0
2019-09-15 11:38:08 -05:00
Markus Kowalewski
3857d3d6f9 openmpi: use absolute paths compiler wrapper
The MPI compiler wrappers should point to the
compilers used at build time per default.
2019-09-15 18:35:22 +02:00
Markus Kowalewski
2e363860c6 openmpi: make build reproducible
fix:
* build and configure time stamps
* build and configure user
2019-09-15 18:35:22 +02:00
Mario Rodas
c281e68e9f
Merge pull request #68796 from risicle/ris-hug-tests
pythonPackages.hug: enable tests
2019-09-15 11:32:28 -05:00
Mario Rodas
3bb87649f4
Merge pull request #68813 from jonringer/fix-ssdp
pythonPackages.ssdp: disable python2 tests
2019-09-15 11:20:35 -05:00
Mario Rodas
fe9085e2e5
Merge pull request #68815 from jonringer/fix-minidb
pythonPackages.minidb: disable python2 tests
2019-09-15 11:19:14 -05:00
WilliButz
7dfd313a3d
pythonPackages.aioesphomeapi: 2.0.1 -> 2.2.0 2019-09-15 17:21:04 +02:00
Thomas Tuegel
c6469ebd85
Merge pull request #68832 from markuskowa/fix-lapack
liblapack: enable LAPACKE interface
2019-09-15 10:03:38 -05:00
Bjørn Forsman
6ba044c166 pythonPackages.demjson: disable on python 3
It doesn't seem to support _any_ python 3 versions.
2019-09-15 16:36:46 +02:00
Marek Fajkus
98997bb489
elmPackages.elm-language-server: Init at 1.4.1 2019-09-15 16:36:17 +02:00
Maximilian Bosch
5f1c02a1c9
python2Packages.pytest_5: disable build
`pytest_5` only supports python3[1], however the python2 build was enabled by
separating pytest_4 and pytest_5 into two different attributes.

ZHF #68361

[1] https://docs.pytest.org/en/latest/py27-py34-deprecation.html
2019-09-15 16:02:10 +02:00
Aaron Andersen
3866029516
Merge pull request #68668 from pebbleKite/cue_version_bump
cue: 0.0.3 -> 0.0.11
2019-09-15 09:59:07 -04:00
Doron Behar
e224b17fec qtutilities: 5.13.0 -> 6.0.0 2019-09-15 15:52:53 +02:00
koral
d26fe36940 dtc: 1.5.0 -> 1.5.1 2019-09-15 15:30:08 +02:00
Vladimír Čunát
6e66cf0f6b
giflib_5_1: remove the alias (appears unused)
In 3605f128 I somehow forgot about the 5.1 names that now don't make
sense anymore.  I can't see any evidence of _5_1 alias ever being used
or (potentially) useful; _5 might make sense, but for now I couldn't
see why add it.
2019-09-15 14:46:35 +02:00