Commit graph

69315 commits

Author SHA1 Message Date
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
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
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
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
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
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
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