Commit Graph

80405 Commits

Author SHA1 Message Date
Peter Simons
da45fd982f haskell-microlens-th: drop obsolete override 2020-04-24 22:00:39 +02:00
Dennis Gosnell
5b3104acd4 Update pkgs/development/haskell-modules/configuration-hackage2nix.yaml 2020-04-24 22:00:39 +02:00
andys8
28556cd9ab Haskell: apply-refact version has to match ghc
This commit maps:

* GHC 8.6 to apply-refact 0.6
* GHC 8.8 to apply-refact 0.7
* GHC 8.10 to apply-refact 0.8

See:
<https://hackage.haskell.org/package/apply-refact/changelog>
<https://github.com/mpickering/apply-refact/issues/56>
2020-04-24 22:00:38 +02:00
Ashesh Ambasta
32c8e793bc Additional docs for doJailbreak
Yesterday with @infinisil on #nixos, he pointed me to: peti/jailbreak-cabal#7 after a good deal of time wrangling through a package to make it work. 
The `nix-build -K` command, is very handy for debugging things like these, again I learnt from infinisil. 
And after much experimenting and looking through, it turned out that jailbreaking wasn't working as expected, and its documentation could point it out to avoid future confusion.
2020-04-24 22:00:38 +02:00
David Guibert
8ab67c7a19 haskell-packages: made darcs compile with ghc 8.8 2020-04-24 22:00:38 +02:00
Peter Simons
7c1c9dcc72 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.1 from Hackage revision
69af61c5a2.
2020-04-24 22:00:37 +02:00
sternenseemann
3359dca08f haskellPackages.Euterpea: fix build, unbreak
Build is failing due to too restrictive version constraints which were
the only thing needing fixing.
2020-04-24 22:00:37 +02:00
Justin Humm
86e2dd2c24 haskellPackages.{binary-strict,webify}: fix build
webify needs a bump in the cabal file. As the last upstream commit is
two years ago, I think it makes sense to not wait for upstream to merge
the PR [0] and release a new version.

[0] https://github.com/ananthakumaran/webify/pull/27
2020-04-24 22:00:36 +02:00
Piotr Bogdan
f3ec558ac6 haskellPackages.text-format: don't mark as broken 2020-04-24 22:00:36 +02:00
Mike Sperber
b7f35fd663 haskellPackages.tensorflow*: unmark newly unbroken packages 2020-04-24 22:00:36 +02:00
Peter Simons
ea1aa6590f hackage2nix: update list of broken builds to fix evaluation 2020-04-24 21:59:55 +02:00
Peter Simons
3186054a26 LTS Haskell 15.9 2020-04-24 21:52:19 +02:00
Gabor Greif
a634bd0fd7 ghc: drop 8.8.1 2020-04-24 21:48:28 +02:00
Gabor Greif
daf79ea7c7 compilers/ghc: apply structuredAttrs patch to other ghcs
Ported from:

> [haskell-updates c8aa9864405] ghc883: fix structuredAttrs build
>  Author: Robin Gloster <mail@glob.in>
>  Date: Sat Apr 4 19:21:31 2020 +0200
>  1 file changed, 3 insertions(+), 3 deletions(-)
2020-04-24 21:48:28 +02:00
Gabor Greif
0e82313c07 compilers/ghc: fix a few typos 2020-04-24 21:48:28 +02:00
Matthew Ess
929ba8d4e1 dotty: 0.20.0-RC1 -> 0.23.0-RC1 2020-04-24 19:49:39 +02:00
Benjamin Andresen
a7f59a5946 babashka: utf8 + nativeBuildinputs fix
utf8: see borkdude/babashka/issues/359
nativeBuildinputs: this PR's review
2020-04-24 19:47:49 +02:00
Benjamin Andresen
07f69d4e37 babashka: 0.0.78 -> 0.0.89 2020-04-24 19:47:33 +02:00
Austin Seipp
8d1a524c22 ispc: 1.10.0 -> 1.13.0, cleanup, (co)maintain
This includes several enhancements in the underlying compiler, including
codegen improvements for AVX-512, Ice Lake CPU definitions,
cross-{arch,os} compilation (currently unsupported due to multilib
issues), and more.

This also bumps the LLVM backend to the 10.0 release. Note that ispc
itself requires a few extra stability patches on top of 10.0 for AVX-512
support, but these aren't applied for us. Therefore AVX-512 still has
some extra, rough edges.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-04-24 12:08:43 -05:00
talyz
abedfadd73
php.buildEnv: Respect override
Make buildEnv take earlier overridden values into account by
forwarding all arguments (a merge of generic's arguments, all previous
arguments and the current arguments) to the next invocation of
buildEnv.
2020-04-24 18:48:29 +02:00
talyz
dde5f5f899
php: Make all arguments to a PHP build overridable
Make all arguments to a PHP build overridable; i.e, both configuration
flags, such as valgrindSupport, and packages, such as valgrind:

php.override { valgrindSupport = false; valgrind = valgrind-light; }

This applies to packages built by generic and buildEnv/withExtensions;
i.e, it works with both phpXX and phpXXBase packages.

The following changes were also made to facilitate this:

 - generic and generic' are merged into one function

 - generic now takes all required arguments for a complete build and
   is meant to be called by callPackage

 - The main function called from all-packages.nix no longer takes all
   required arguments for a complete build - all arguments passed to it
   are however forwarded to the individual builds, thus default
   arguments can still be overridden from all-packages.nix
2020-04-24 18:41:53 +02:00
Michael Raskin
e170e0e85f
Merge pull request #85825 from kini/acl2-8.3
acl2: 8.2 -> 8.3
2020-04-24 16:05:17 +00:00
Maximilian Bosch
2a77540f7f
cargo-make: 0.30.5 -> 0.30.6
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.6
2020-04-24 15:18:00 +02:00
Benjamin Hipple
acdd239578
Merge pull request #84943 from drewrisinger/dr-pr-qiskit-bump
python3Packages.qiskit: 0.17.0 -> 0.18.2
2020-04-24 09:06:08 -04:00
Jörg Thalheim
2bba291913
Merge pull request #85868 from Mic92/go-tooling 2020-04-24 12:22:58 +01:00
talyz
a463261415
php.buildEnv: Make the exported php package overridable
This implements the override pattern for builds done with buildEnv, so
that we can, for example, write

php.override { fpmSupport = false; }

and get a PHP package with the default extensions enabled, but PHP
compiled without fpm support.
2020-04-24 13:05:37 +02:00
Frederik Rietdijk
2058aeba20 python3Packages.panel: 0.7.0 -> 0.8.3
A newer version is available but requires bokeh >= 2.
See https://github.com/NixOS/nixpkgs/pull/85758 for WIP bokeh PR.
2020-04-24 12:09:58 +02:00
adisbladis
755d20a0ae
Merge pull request #85901 from zowoq/slirp
libslirp: 4.2.0 -> 4.3.0, slirp4netns: 1.0.0 -> 1.0.1
2020-04-24 11:37:00 +02:00
Frederik Rietdijk
955170761f python3Packages.holoviews: 1.12.7 -> 1.13.2 2020-04-24 11:35:08 +02:00
Frederik Rietdijk
2030507f2d python3Packages.param: 1.9.2 -> 1.9.3 2020-04-24 11:35:08 +02:00
Frederik Rietdijk
d9078294cf python3Packages.pyviz_comms: 0.7.2 -> 0.7.4 2020-04-24 11:35:08 +02:00
Michael Raskin
09079c4e76
Merge pull request #85912 from chkno/allegro
allegro4: 4.4.2 -> 4.4.3.1 (fixes atanks & racer)
2020-04-24 08:54:46 +00:00
Vladyslav M
9078bee65a
Merge pull request #85906 from xrelkd/update/cargo-expand 2020-04-24 10:38:21 +03:00
xrelkd
94579ce01b cargo-expand: 0.5.0 -> 0.6.0 2020-04-24 09:40:43 +08:00
Jan Tojnar
5e6adf78e9
Merge pull request #84771 from r-ryantm/auto-update/fmt 2020-04-24 03:26:21 +02:00
zowoq
3f2fdbb6f9 libslirp: 4.2.0 -> 4.3.0
https://gitlab.freedesktop.org/slirp/libslirp/-/releases/v4.3.0
2020-04-24 10:36:14 +10:00
Drew Risinger
4238afcfef python3Packages.qiskit: 0.17.0 -> 0.18.2 2020-04-23 20:33:19 -04:00
Drew Risinger
c17bbad264 python3Packages.qiskit-ibmq-provider: 0.6.0 -> 0.6.1 2020-04-23 20:33:19 -04:00
Keshav Kini
7fb25b93a4 acl2: 8.2 -> 8.3 2020-04-23 17:15:41 -07:00
Nick Hu
540bbf43a6
remarkable-toolchain: init at 1.8-23.9.2019 2020-04-24 00:22:03 +01:00
Drew Risinger
19abfc4e36 python3Packages.qiskit-aqua: 0.6.5 -> 0.6.6 2020-04-23 18:02:18 -04:00
Drew Risinger
88d49347f4 python3Packages.qiskit-ignis: 0.2.0 -> 0.3.0 2020-04-23 18:02:18 -04:00
Drew Risinger
aec8e04689 python3Packages.qiskit-aer: 0.4.1 -> 0.5.0 2020-04-23 18:02:18 -04:00
Drew Risinger
c6ea35d599 python3Packages.qiskit-terra: 0.12.0 -> 0.13.0
Also add in optional visualization inputs as default to ensure that
they are in the environment when used at runtime.
Some hacks to avoid packaging retworkx (uses a semi-complicated Rust ->
Python packaging system, will try to get that packaged in future).
For now, just disabling retworkx, will need to package it in future.
2020-04-23 18:02:18 -04:00
Drew Risinger
e218af21ab python3Packages.retworkx: init at 0.3.3
Replacement for networkx in qiskit-terra.
2020-04-23 18:02:18 -04:00
Drew Risinger
1940e83201 python3Packages.fastjsonschema: init at 2.14.4 2020-04-23 18:02:18 -04:00
Drew Risinger
69a7c3ba2d pythonPackages.python-constraint: init at 1.4.0 2020-04-23 18:02:18 -04:00
R. RyanTM
08d634a7a0
fmt: 6.1.2 -> 6.2.0 2020-04-23 22:05:00 +02:00
Matt Huszagh
51502a7240 pyclipper: init at 1.1.0.post3 2020-04-23 11:31:42 -07:00
Bernardo Meurer
af87f13d0c gtk3: 3.24.17 -> 3.24.18 2020-04-23 09:39:58 -07:00
Vincent Laporte
a4adb1f75b
coqPackages.equations: 1.2 → 1.2.1 2020-04-23 18:03:04 +02:00
Jörg Thalheim
11019ea58f
Merge pull request #85243 from oxalica/rust-analyzer 2020-04-23 16:36:54 +01:00
Jörg Thalheim
019dc065ee
gometalinter: remove
gometalinter development has stopped. golangci-lint is the replacement
2020-04-23 15:33:15 +01:00
Jörg Thalheim
40793b5e23
gogetdoc: 2018-10-25 -> 2019-02-28 2020-04-23 15:29:13 +01:00
Jörg Thalheim
4fe70362b9
godef: 1.1.1 -> 1.1.2 2020-04-23 15:29:13 +01:00
Jörg Thalheim
32278c8791
gocode: 2018-11-05 -> 2020-04-06 2020-04-23 15:29:13 +01:00
Jörg Thalheim
9e4b5b78bf
impl: 2018-02-27 -> 2019-11-19 2020-04-23 15:29:12 +01:00
Jörg Thalheim
771c6d57c5
gopkgs: 2.0.1 -> 2.1.2 2020-04-23 15:29:12 +01:00
Jörg Thalheim
4508ccc6fa
gomodifytags: 2018-09-14 -> 1.4.0 2020-04-23 15:29:12 +01:00
Jörg Thalheim
40740541ac
reftools: 2018-09-14 -> 2019-12-21 2020-04-23 15:29:12 +01:00
Jörg Thalheim
684b41042a
gopls: init at 0.4.0 2020-04-23 15:29:12 +01:00
Jörg Thalheim
98db2b575b
gotools: 2019-11-14 -> 2020-04-21 2020-04-23 15:28:16 +01:00
oxalica
b95699970f
vscode-extensions.rust-analyzer: 2020-04-06 -> 2020-04-20 2020-04-23 17:11:22 +08:00
oxalica
a82fe46ae1
rust-analyzer: 2020-04-06 -> 2020-04-20 2020-04-23 17:11:04 +08:00
geistesk
a682c44e65 golangci-lint: 1.24.0 -> 1.25.0 2020-04-23 09:35:41 +02:00
Frederik Rietdijk
cff0669a48 Merge master into staging-next 2020-04-23 08:11:16 +02:00
Benjamin Hipple
21be830522
Merge pull request #85799 from matthewbauer/blas-lapack-expand-docs
BLAS/LAPACK fixup and expand docs
2020-04-22 21:56:20 -04:00
Jan Tojnar
c52cc1953c
Merge pull request #85812 from jtojnar/gegl-timeout 2020-04-22 23:23:39 +02:00
Jan Tojnar
a2bdcd794b
gegl_0_4: try to fix tests timing out 2020-04-22 23:01:31 +02:00
Drew
af3e5fc48a
pythonPackages.arrow: fix license (#85803) 2020-04-22 16:40:23 -04:00
Enno Lohmeier
d1cc4c139b pythonPackages.caldav: unbreak build 2020-04-22 12:32:52 -07:00
Frederik Rietdijk
0ccc411dd8 waylandpp: fix after incorrect merge 2020-04-22 19:53:43 +02:00
Frederik Rietdijk
aa272d8e82 waylandpp: fix after incorrect merge 2020-04-22 19:53:19 +02:00
symphorien
9aa4a4c722
texlab: 1.10.0 -> 2.0.0 (#85700)
https://github.com/latex-lsp/texlab/releases/tag/v2.0.0
2020-04-22 13:49:29 -04:00
Matthew Bauer
3d18975478 python.pkgs.scipy: set SCIPY_USE_G77_ABI_WRAPPER=1
To avoid segmentation fault on MKL, we need to use the CBLAS ABI.
Normally, scipy will autodetect this, but here we don’t link using the
‘libmkl_rt.so’ name. So we need to manually set this.

See 50012918db/doc/source/building/linux.rst (fortran-abi-mismatch)
2020-04-22 12:38:28 -05:00
Matthew Bauer
5a500ff0ba blas,lapack: use correct name for library
To match the soname, we need to use libblas.so.3, liblapack.so.3.
2020-04-22 12:37:04 -05:00
Frederik Rietdijk
6c13816249 Merge staging-next into staging 2020-04-22 17:20:43 +02:00
Frederik Rietdijk
8374a2a0ee Merge master into staging-next 2020-04-22 17:20:20 +02:00
Michael Weiss
c6e3c006b1 python3Packages.cryptography: 2.9 -> 2.9.1
"Updated Windows, macOS, and ``manylinux`` wheels to be compiled with
OpenSSL 1.1.1g."
2020-04-22 17:08:52 +02:00
Peter Hoeg
f690b34603
Merge pull request #83054 from peterhoeg/u/icr
crystal: change all crystal programs to use buildCrystalPackage and update pkgs
2020-04-22 20:31:35 +08:00
worldofpeace
31d630c3a4
Revert "ldc: 1.17.0 -> 1.20.1" 2020-04-22 08:14:40 -04:00
Michael Weiss
2319f0c168
python3Packages.google_api_python_client: 1.8.1 -> 1.8.2 2020-04-22 14:12:55 +02:00
Domen Kožar
a63762ace8
Merge pull request #72091 from xwvvvvwx/reproducible-pytest4
python3Packages.pytest4: deterministic bytecode
2020-04-22 14:05:09 +02:00
Max Wittig
50ba3f7ad8
gitlab-runner: 12.9.0 -> 12.10.0 (#85748) 2020-04-22 12:04:50 +00:00
Domen Kožar
ace7b93131
Merge pull request #72420 from minijackson/waylandpp-0.2.7
waylandpp: 0.2.5 -> 0.2.7, make it split-output package
2020-04-22 13:12:06 +02:00
Scott Worley
138300330c allegro4: 4.4.2 -> 4.4.3.1 (fixes atanks & racer) 2020-04-22 02:40:36 -07:00
Peter Hoeg
819796060f crystal2nix: specify build type 2020-04-22 17:30:23 +08:00
Peter Hoeg
26a69b3d3e lucky-cli: init at 0.20 2020-04-22 17:30:23 +08:00
Peter Hoeg
61660a7aeb ameba: 0.12.0 -> 0.12.1 2020-04-22 17:30:23 +08:00
Peter Hoeg
4805be654d scry: build against crystal 0.31 2020-04-22 17:30:22 +08:00
Peter Hoeg
fb8902ba07 mint: 0.7.1 -> 0.9.0 2020-04-22 17:30:22 +08:00
Peter Hoeg
1e3bae6c41 icr: 0.6.0 -> 0.8.0 2020-04-22 17:30:22 +08:00
Peter Hoeg
760d56f6ba shards: 0.9.0 -> 0.10.0 2020-04-22 17:30:22 +08:00
Peter Hoeg
912eb6b120 crystal: build using Makefile or shards if available 2020-04-22 17:30:22 +08:00
Marek Mahut
d5c13032d6
Merge pull request #85688 from 1000101/shopify_themekit
shopify-themekit: init at 1.0.3
2020-04-22 11:20:32 +02:00
Mario Rodas
573ce569cd
nodejs-14_x: init at 14.1.0
Changelog:
- https://github.com/nodejs/node/releases/tag/v14.0.0
- https://github.com/nodejs/node/releases/tag/v14.1.0
2020-04-22 04:20:00 -05:00
Michael Raskin
19bbaca14f
Merge pull request #85743 from marsam/update-icu
icu: init 65.1, 66.1
2020-04-22 09:10:47 +00:00
Christoph Hrdinka
1137e71657
Merge pull request #85383 from r-ryantm/auto-update/ephemeralpg
ephemeralpg: 2.9 -> 3.0
2020-04-22 10:32:27 +02:00
Jörg Thalheim
c1f5ac41a3
python3.pkgs.snitun: fix port binding conflicts in test 2020-04-22 07:31:54 +01:00
Vincent Laporte
513e1339c0 ocamlPackages.merlin: 3.3.3 → 3.3.4 2020-04-22 07:24:48 +02:00
Elis Hirwing
d3605d66ed
php: Set maintainer team as maintainers
Also passthrough the meta of the package to have description,
homepage, license, maintainers and other metadata passed through to
the commonly used attribute.
2020-04-22 06:47:58 +02:00
Drew Risinger
512a85d334 pythonPackages.pylatexenc: 2.1 -> 2.2 2020-04-21 20:23:17 -07:00
Evan Stoll
d3a41f3c23 pythonPackages.pyroma: init at 2.6 2020-04-21 17:17:13 -07:00
Martin Weinelt
bb4f46855f openssl: 1.1.1f → 1.1.1g
Fixes: CVE-2020-1967

Segmentation fault in SSL_check_chain (CVE-2020-1967)
=====================================================

Severity: High

Server or client applications that call the SSL_check_chain() function during or
after a TLS 1.3 handshake may crash due to a NULL pointer dereference as a
result of incorrect handling of the "signature_algorithms_cert" TLS extension.
The crash occurs if an invalid or unrecognised signature algorithm is received
from the peer. This could be exploited by a malicious peer in a Denial of
Service attack.

OpenSSL version 1.1.1d, 1.1.1e, and 1.1.1f are affected by this issue.  This
issue did not affect OpenSSL versions prior to 1.1.1d.

Affected OpenSSL 1.1.1 users should upgrade to 1.1.1g

This issue was found by Bernd Edlinger and reported to OpenSSL on 7th April
2020. It was found using the new static analysis pass being implemented in GCC,
- -fanalyzer. Additional analysis was performed by Matt Caswell and Benjamin
Kaduk.
2020-04-22 02:14:44 +02:00
Lars Jellema
800dd4b7da python3Packages.simpleaudio: init at 1.0.4 2020-04-21 17:13:49 -07:00
Symphorien Gibol
5bc1773390 python3Packages.matrix-nio: add symphorien as maintainer 2020-04-21 16:35:58 -07:00
Symphorien Gibol
1d0aae0bc9 python3Packages.matrix-nio: 0.9.0 -> 0.10.0 2020-04-21 16:35:58 -07:00
Martin Weinelt
c0c8dcd828 pythonPackages.pulsectl: init at 20.4.3 2020-04-21 16:17:36 -07:00
Jan Tojnar
78a7c57367
Merge pull request #81731 from r-ryantm/auto-update/appstream-glib 2020-04-22 00:36:53 +02:00
Jonathan Ringer
5d4162e9f9 python3Packages.dotnetcore2: 2.1.11 -> 2.1.13
instead of installing only what's needed, remove extraneous executable
2020-04-21 14:40:26 -07:00
Michael Weiss
0d1194704b
python3Packages.google_api_python_client: 1.8.0 -> 1.8.1
This contains a fix for the goobook build which would break due to this
update.
2020-04-21 22:08:50 +02:00
Frederik Rietdijk
23be4a8b4d Merge master into staging-next 2020-04-21 19:59:56 +02:00
Frederik Rietdijk
ec21df329a
Merge pull request #85636 from matthewbauer/blas-lapack-fix-fallout-from-83888
BLAS/LAPACK fix fallout from #83888
2020-04-21 19:59:16 +02:00
Frederik Rietdijk
e7593313a6
Merge pull request #84354 from bandresen/clj-kondo_2020.03.20->2020.04.05
clj-kondo: 2020.03.20 -> 2020.04.05
2020-04-21 19:51:08 +02:00
Kevin Rauscher
080e82493b metals: 0.8.3 -> 0.8.4 2020-04-21 19:43:53 +02:00
Frederik Rietdijk
bae8756c1a libyaml: 0.2.3 -> 0.2.4 2020-04-21 18:43:47 +02:00
1000101
803ff6e851 shopify-themekit: init at 1.0.3 2020-04-21 18:33:16 +02:00
Mario Rodas
9d81c54b31 opam: add marsam to maintainers 2020-04-21 15:49:43 +02:00
Mario Rodas
05cfa5ff99 opam: 2.0.6 -> 2.0.7 2020-04-21 15:49:43 +02:00
Mario Rodas
6a03fa96ea
Merge pull request #85411 from anmonteiro/anmonteiro/bs-platform-7.3.1
bs-platform: 7.2.0 -> 7.3.1
2020-04-21 08:01:11 -05:00
Mario Rodas
357054b656
Merge pull request #85648 from xrelkd/update/cargo-expand
cargo-expand: 0.4.19 -> 0.5.0
2020-04-21 07:16:13 -05:00
Frederik Rietdijk
cf1a68360e python2: 2.7.17 -> 2.7.18 2020-04-21 11:21:39 +02:00
Vincent Laporte
22a3bf9fb9
Merge pull request #85142 from sternenseemann/mirage-crypto
ocamlPackages: jackline: switch to mirage-crypto and update dependencies
2020-04-21 08:56:52 +02:00
Mario Rodas
1a36927174 ocamlformat: 0.14.0 -> 0.14.1
Changelog: https://github.com/ocaml-ppx/ocamlformat/releases/tag/0.14.1
2020-04-21 08:56:19 +02:00
Vincent Laporte
974920ccd4 ocamlPackages.alcotest: 0.8.5 → 1.0.1 2020-04-21 08:47:40 +02:00
Vincent Laporte
fc317e100a ocamlPackages.digestif: fix tests for alcotest ≥ 1.0 2020-04-21 08:47:40 +02:00
Vincent Laporte
36632263e0 ocamlPackages.base64: fix tests for alcotest ≥ 1.0 2020-04-21 08:47:40 +02:00
Vincent Laporte
f2788cdf11 ocamlPackages.angstrom: disable tests for OCaml < 4.05 2020-04-21 08:47:40 +02:00
Vincent Laporte
1bdf4d121b ocamlPackages.bigstringaf: disable tests for OCaml < 4.05 2020-04-21 08:47:40 +02:00
R. RyanTM
aaddfc0c5b libunwind: 1.3.1 -> 1.4.0 2020-04-21 08:41:13 +02:00
R. RyanTM
6a64dbefd0 libnetfilter_conntrack: 1.0.7 -> 1.0.8 2020-04-21 08:40:58 +02:00
Lancelot SIX
6c162416ca bison: 3.5.2 -> 3.5.4 2020-04-21 08:40:37 +02:00
R. RyanTM
0293a4b37f waf: 2.0.19 -> 2.0.20 2020-04-21 08:40:14 +02:00
R. RyanTM
640186a866 libvdpau: 1.3 -> 1.4 2020-04-21 08:38:50 +02:00
R. RyanTM
4613022b5d libyaml: 0.2.2 -> 0.2.3 2020-04-21 08:37:46 +02:00
Jörg Thalheim
c88f04cb93 gpgme: convert macos sed patch scripts to patch files
This is less brittle and breaks loud if the code changes.
Also remove the /usr/bin/file patch. It is not really required
for the build to work, the generated warning is harmless.
2020-04-21 08:37:12 +02:00
Kirill Elagin
5470d96645 pgpgme: Fix build with python on macOS
* Replace LD_LIBRARY_PATH with OS-specific name (e.g. DYLD_LIBRARY_PATH
  on macOS).
* Disable Python tests on macOS, because they use gpg, which fails due
  to a very long socket path (https://github.com/NixOS/nix/pull/1085).

The former should be fixed upstream. The latter is a Nix-specific issue,
but it can be worked-around upstream by making Python tests respect
--disable-gpg-test.
2020-04-21 08:37:12 +02:00
R. RyanTM
c9576a4b74 doxygen: 1.8.17 -> 1.8.18 2020-04-21 08:33:04 +02:00
Jan Tojnar
9073a0cb8b meson: 0.53.2 → 0.54.0
https://mesonbuild.com/Release-notes-for-0-54-0.html
2020-04-21 08:32:39 +02:00
Pavol Rusnak
3c83abd60f libfido2: 1.3.1 -> 1.4.0
- drop upstreamed patches
- use system hidapi
2020-04-21 08:31:37 +02:00
Frederik Rietdijk
803b3d296c Merge staging-next into staging 2020-04-21 08:29:51 +02:00
Frederik Rietdijk
ef1679a038
Merge pull request #85171 from bcdarwin/python3-mayavi
python3Packages.mayavi: update from Python 2 to Python 3 (and switch from wxPython to pyqt5)
2020-04-21 08:01:57 +02:00
Dmitry Kalinkin
c7d4882ab1
python3Packages.matplotlib: 3.1.3 -> 3.2.1, and various cleanups (#84362)
* pythonPackages.matplotlib: add veprbl to maintainers

* pythonPackages.matplotlib: remove an old darwin hack

* pythonPackages.matplotlib: remove python and stdenv from buildInputs

* python3Packages.matplotlib: remove a hack for python33

* pythonPackages.matplotlib: remove outdated checkPhase

Downloading the baseline_images is not a real issue, building against
older freetype (local_freetype = True) is, perhaps, not what we
want. The good news is that the tests would pass (tested on 3.2.1) if
we were to enable them:

========== 6684 passed, 1332 skipped, 10 xfailed in 228.64s (0:03:48) ==========

* pythonPackages.matplotlib: provide setup.cfg from a file instead of a patch

* python3Packages.matplotlib: 3.1.3 -> 3.2.1
2020-04-21 07:56:13 +02:00
Ben Darwin
fe07e2b2ac elastix: enable tests 2020-04-21 07:54:59 +02:00
Ben Darwin
30cafee8b6 elastix: python -> python3 2020-04-21 07:54:59 +02:00
Raphael Borun Das Gupta
5dc6f02d77 lektor: fix "ImportError: No module named pkg_resources" 2020-04-21 07:42:35 +02:00
John Ericson
607522c78d numpy: Use blas and lapack dev outputs for include dirs 2020-04-20 21:40:48 -04:00
xrelkd
fd580728d9 cargo-expand: 0.4.19 -> 0.5.0 2020-04-21 09:23:53 +08:00
Matthew Bauer
a6a502fca0 magma: remove mklSupport flag
This now relies on the "blas" and "lapack" packages.
2020-04-20 16:02:57 -05:00
Matthew Bauer
ff2f2644f8 blas,lapack: use isILP64 instead of is64bit
This is a better name since we have multiple 64-bit things that could
be referred to.

LP64  : integer=32, long=64, pointer=64
ILP64 : integer=64, long=64, pointer=64
2020-04-20 16:02:43 -05:00
Matthew Bauer
015f46beba numpy: set lapack,blas library names correctly 2020-04-20 13:53:29 -05:00
markuskowa
3bbd074217
Merge pull request #79953 from r-ryantm/auto-update/mdds
mdds: 1.5.0 -> 1.6.0
2020-04-20 20:27:22 +02:00
markuskowa
e18bb6fa83
Merge pull request #84340 from r-ryantm/auto-update/byacc
byacc: 20191125 -> 20200330
2020-04-20 19:03:13 +02:00
markuskowa
52df4fa7d0
Merge pull request #83752 from r-ryantm/auto-update/netcdf
netcdf: 4.7.3 -> 4.7.4
2020-04-20 18:59:17 +02:00
Lars Jellema
b674acee6e ghdl: init at 0.37 2020-04-20 14:41:22 +02:00
Lars Jellema
8e79583510 gnat: init at 9.3.0 2020-04-20 14:41:22 +02:00
worldofpeace
63bb75a4d9
Merge pull request #85488 from lionello/ldc-bootstrap
ldc: 1.17.0 -> 1.20.1
2020-04-20 08:15:20 -04:00
Léo Gaspard
203955fa0c
Merge pull request #82714 from delroth/s3tc
libtxc_dxtn{,_s2tc}: remove from nixpkgs + hardware.opengl options
2020-04-20 13:41:47 +02:00
Jörg Thalheim
216237e349
Merge pull request #85579 from siriobalmelli-foss/fix/howdoi 2020-04-20 10:41:53 +01:00
Mario Rodas
172746d796
icu66: init at 66.1 2020-04-20 04:21:00 -05:00
Mario Rodas
c5bcdbf2c0
icu65: init at 65.1 2020-04-20 04:20:00 -05:00
Mario Rodas
b3c3a0bd18 dune_2: 2.5.0 -> 2.5.1
Changelog: https://github.com/ocaml/dune/releases/tag/2.5.1
2020-04-20 09:08:36 +02:00
Pierre Bourdon
f52443efae pythonPackages.pyopengl: avoid dragging in 500M of -dev packages
Only the actual shared libraries are required to be installed, and they
are imported directly by path via ctypes. The package's patchPhase
already takes care of embedding the Nix store paths of the required
libraries into pyopengl.

This reduces the transitive closure size of PyOpenGL: 622M -> 136M.
2020-04-20 08:54:36 +02:00
Vincent Laporte
3e7a2b9147 ocamlPackages.janeStreet: 0.12 → 0.13
ocamlPackages.bistro: fix for core-0.13
ocamlPackages.phylogenetics: 2020-01-05 → 2020-01-25
2020-04-20 08:38:31 +02:00
Vincent Laporte
75971d096a ocamlPackages.async_ssl: remove at 113.33.07
This is the legacy version for OCaml ≤ 4.02
2020-04-20 08:38:31 +02:00
Vincent Laporte
f39712960a ocamlPackages.rpclib: 6.0.0 → 7.0.0 2020-04-20 08:38:31 +02:00
Benjamin Hipple
e4db75f46d
Merge pull request #84535 from bcdarwin/update-beluga
beluga: 20180403 -> unstable-2020-03-11
2020-04-19 22:53:50 -04:00
Ben Darwin
c62428963a ocamlPackages.sedlex_2: fix dependencies (as per 77901a9) 2020-04-19 21:50:37 -04:00
Ben Darwin
3a9f743605 ocamlPackages.linenoise: 1.1.0 -> 1.3.0 2020-04-19 21:50:37 -04:00
Ben Darwin
261d7c2f66 ocamlPackages.dune-build-info: init at 2.4.0 2020-04-19 21:50:37 -04:00
Pierre Bourdon
1b89bffcf4
libtxc_dxtn{,_s2tc}: remove from nixpkgs + hardware.opengl options
Context: discussion in https://github.com/NixOS/nixpkgs/pull/82630

Mesa has been supporting S3TC natively without requiring these libraries
since the S3TC patent expired in December 2017.
2020-04-20 03:19:41 +02:00
Michael Raskin
916aa568a2
Merge pull request #85547 from AshyIsMe/j901
j: 807 -> 901
2020-04-20 00:57:34 +00:00
Mario Rodas
c3945dc31c
Merge pull request #85526 from zowoq/misc
buildah, conmon: misc fixes
2020-04-19 19:26:41 -05:00
Alyssa Ross
ec2710b0d7 libqmi: enableParallelBuilding
Works fine for me with -j48.
2020-04-19 22:37:11 +00:00
Maximilian Bosch
45948bd56b
python3Packages.pytesseract: 0.3.3 -> 0.3.4
https://pypi.org/project/pytesseract/0.3.4/
2020-04-19 22:43:03 +02:00
Aaron Ash
0c454c46f4 j: 807 -> 901
Upgrade j to 901.
Uses the newer build scripts in the make2 directory in the jsource repo.
2020-04-20 06:27:20 +10:00
Sirio Balmelli
85501cae5e
howdoi: cachelib and appdirs dependencies _also_ needed for Linux.
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-04-19 19:43:08 +00:00
Sirio Balmelli
0e48a68559
howdoi: fix Darwin build dependencies
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-04-19 21:39:37 +02:00
worldofpeace
2a8f5b02b7
Merge pull request #85571 from rnhmjoj/secretstorage
pythonPackages.secretstorage: drop old dependency
2020-04-19 13:19:56 -04:00
rnhmjoj
c9a77e4d6d
pythonPackages.secretstorage: drop old dependency
pygobject was an optional dependency at some point but it has been
removed and is no longer needed.
2020-04-19 19:18:18 +02:00
Jörg Thalheim
d96959a629
Merge pull request #85414 from zowoq/skopeo 2020-04-19 18:12:50 +01:00
Yegor Timoshenko
6f1165a0cb
Merge pull request #84522 from emilazy/add-linux-hardened-patches
linux_*_hardened: use linux-hardened patch set
2020-04-19 20:01:35 +03:00
Jörg Thalheim
6cfb2c8ebc
Merge pull request #85499 from bhipple/u/dnnl 2020-04-19 16:39:35 +01:00
Jan Tojnar
6cbf2e186c
webkitgtk: 2.28.0 → 2.28.1 (#85378)
Fixes a CVE https://webkitgtk.org/security/WSA-2020-0004.html
https://webkitgtk.org/2020/04/13/webkitgtk2.28.1-released.html
2020-04-19 16:54:16 +02:00
Lionello Lunesu
e727346ccc Add missing deps for linux 2020-04-19 21:44:06 +08:00
Lionello Lunesu
0b23e4e5b7 Remove top-level ldcBootstrap 2020-04-19 20:52:41 +08:00
zowoq
c34bc1d824 skopeo: install completion 2020-04-19 21:24:04 +10:00
rnhmjoj
a3e64e81fc
pythonPackages.publicsuffix2: init at 2.2019-12-21 2020-04-19 11:19:27 +02:00
Mario Rodas
b2d8cf9def
Merge pull request #85473 from marsam/update-bazelisk
bazelisk: 1.3.0 -> 1.4.0
2020-04-19 02:38:52 -05:00
Matthew Bauer
a2d9f58433
Merge pull request #85512 from ggreif/wasmtime
wasmtime-0.12.0: fix cargoSha256
2020-04-18 22:03:24 -05:00
worldofpeace
0bab5253b1
Revert "[WIP] {help wanted} twolame: 2017-09-27 -> 0.4.0" 2020-04-18 20:43:37 -04:00
zowoq
7adb98309a buildah: installShellCompletion 2020-04-19 10:27:40 +10:00
Vladimír Čunát
e233a9d4dd
Merge #84442: staging-next branch 2020-04-18 23:11:00 +02:00
Anderson Torres
8bafac89cd
Merge pull request #84363 from AndersonTorres/update-twolame
twolame : 2017-09-27 -> 0.4.0
2020-04-18 16:54:43 -03:00
John Ericson
1ea80c2cc3 Merge remote-tracking branch 'upstream/master' into staging 2020-04-18 15:40:49 -04:00
Gabor Greif
94d88d3b70 wasmtime-0.12.0: fix cargoSha256 2020-04-18 21:30:29 +02:00
Mario Rodas
45b21b38a8
Merge pull request #85346 from xrelkd/update/tinygo
tinygo: 0.12.0 -> 0.13.0
2020-04-18 14:08:59 -05:00
Jan Tojnar
09c4736405
Merge pull request #83755 from jtojnar/jcat-0.1 2020-04-18 20:38:24 +02:00
Markus Wamser
5fbab6dabb
pythonPackages.pdfposter init at 0.7.post1 (#82926)
Signed-off-by: Markus S. Wamser <github-dev@mail2013.wamser.eu>
2020-04-18 13:15:29 -04:00
Benjamin Hipple
dfe70a2d63 dnnl: 1.2.2 -> 1.4
The upstream readme has a note about renaming the git repo and libname:
https://github.com/oneapi-src/oneDNN#oneapi-deep-neural-network-library-onednn

Changelog: https://github.com/oneapi-src/oneDNN/releases/tag/v1.4
2020-04-18 11:40:47 -04:00
Lionello Lunesu
4c538d022d ldc: 1.17.0 -> 1.20.1 2020-04-18 20:48:57 +08:00
Pavol Rusnak
fadcfc3ea4
treewide: per RFC45, remove more unquoted URLs 2020-04-18 14:04:37 +02:00
Vladimír Čunát
d96487b9ca
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1582510
2020-04-18 07:42:26 +02:00
Vladimír Čunát
312e9037f4
python2.pkgs.cryptography: fixup build of dependants
... most notably fix pyopenssl.  I can't say I really understand this,
but the commit seems safe enough.
2020-04-18 07:39:10 +02:00
John Ericson
e3d50e5cb0 Merge branch 'master' of github.com:NixOS/nixpkgs into staging 2020-04-18 00:10:08 -04:00
Mario Rodas
1d3de252ff
Merge pull request #85380 from filalex77/packet-cli-0.0.6
packet-cli: init at 0.0.6
2020-04-17 20:24:13 -05:00
lewo
b8cd08a927
Merge pull request #85467 from zowoq/yq
yq-go: 3.2.1 -> 3.3.0
2020-04-18 02:42:18 +02:00
Will Dietz
ca722c5e2b libtorrent-rasterbar: 1.1.11 -> 1.2.5
https://raw.githubusercontent.com/arvidn/libtorrent/libtorrent-1_2_5/ChangeLog

The old release is kept available as libtorrentRasterbar-1_1_x for deluge 1.x.
2020-04-18 02:00:04 +02:00
Milan Pässler
69e73264a9 Partially revert "libtorrent-raster: 1.1.11 -> 1.2.5; qbittorrent: 4.2.1 -> 4.2.2"
This partially reverts commit cc03fb4210.
The libtorrentRasterbar update broke deluge 1.x, the hash was not
updated and obsolete dependencies and flags were not removed.
2020-04-18 02:00:04 +02:00
John Ericson
cc880cd91f Merge remote-tracking branch 'upstream/master' into staging 2020-04-17 18:50:55 -04:00
zowoq
95847e6405 yq-go: 3.2.1 -> 3.3.0
https://github.com/mikefarah/yq/releases/tag/3.3.0
2020-04-18 08:49:49 +10:00
adisbladis
ce283f055b
Merge pull request #85448 from bhipple/fix/mesa-glu
mesa-glu: use HTTPS instead of FTP
2020-04-18 00:46:20 +02:00
John Ericson
33c2a76c5e Merge remote-tracking branch 'upstream/master' into staging 2020-04-17 18:40:51 -04:00
John Ericson
cdfda4b455
Merge pull request #83888 from matthewbauer/blas-alternatives
Add BLAS/LAPACK switching mechanism
2020-04-17 18:38:41 -04:00
Matthew Bauer
fcf33e2499 scs: breaks on 64bit blas 2020-04-17 16:24:31 -05:00
Matthew Bauer
98fb0ede70 arrayfire: remove mkl
This is unfree.
2020-04-17 16:24:30 -05:00
Matthew Bauer
1c8aba8334 treewide: use blas and lapack
This makes packages use lapack and blas, which can wrap different
BLAS/LAPACK implementations.

treewide: cleanup from blas/lapack changes

A few issues in the original treewide:

- can’t assume blas64 is a bool
- unused commented code
2020-04-17 16:24:09 -05:00
Matthew Bauer
43873351ff blas/lapack: add wrapper for “alternative”s of BLAS/LAPACK provider
This is based on previous work for switching between BLAS and LAPACK
implementation in Debian[1] and Gentoo[2]. The goal is to have one way
to depend on the BLAS/LAPACK libraries that all packages must use. The
attrs “blas” and “lapack” are used to represent a wrapped BLAS/LAPACK
provider. Derivations that don’t care how BLAS and LAPACK are
implemented can just use blas and lapack directly. If you do care what
you get (perhaps for some CPP), you should verify that blas and lapack
match what you expect with an assertion.

The “blas” package collides with the old “blas” reference
implementation. This has been renamed to “blas-reference”. In
addition, “lapack-reference” is also included, corresponding to
“liblapack” from Netlib.org.

Currently, there are 3 providers of the BLAS and LAPACK interfaces:

- lapack-reference: the BLAS/LAPACK implementation maintained by netlib.org
- OpenBLAS: an optimized version of BLAS and LAPACK
- MKL: Intel’s unfree but highly optimized BLAS/LAPACK implementation

By default, the above implementations all use the “LP64” BLAS and
LAPACK ABI. This corresponds to “openblasCompat” and is the safest way
to use BLAS/LAPACK. You may received some benefits from “ILP64” or
8-byte integer BLAS at the expense of breaking compatibility with some
packages.

This can be switched at build time with an override like:

    import <nixpkgs> {
        config.allowUnfree = true;
        overlays = [(self: super: {
          lapack = super.lapack.override {
            lapackProvider = super.lapack-reference;
          };
          blas = super.blas.override {
            blasProvider = super.lapack-reference;
          };
        })];
      }

or, switched at runtime via LD_LIBRARY_PATH like:

    $ LD_LIBRARY_PATH=$(nix-build -E '(with import <nixpkgs> {}).lapack.override { lapackProvider = pkgs.mkl; is64bit = true; })')/lib:$(nix-build -E '(with import <nixpkgs> {}).blas.override { blasProvider = pkgs.mkl; is64bit = true; })')/lib ./your-blas-linked-binary

By default, we use OpenBLAS LP64 also known in Nixpkgs as
openblasCompat.

[1]: https://wiki.debian.org/DebianScience/LinearAlgebraLibraries
[2]: https://wiki.gentoo.org/wiki/Blas-lapack-switch
2020-04-17 16:23:55 -05:00
Matthew Bauer
90326ba624 lapack: enable shared libraries, cblas, and tests 2020-04-17 16:17:12 -05:00
adisbladis
04afb68ad7
systemfd: init at 0.3.0 2020-04-17 22:10:18 +01:00
Peter Simons
10100a97c8 ghc-8.10.x: add plenty of overrides to fix builds 2020-04-17 22:50:43 +02:00
Mario Rodas
2f33062f53 flow: 0.122.0 -> 0.123.0
Changelog: https://github.com/facebook/flow/releases/tag/v0.123.0
2020-04-17 22:00:54 +02:00
Graham Christensen
e42312e354
Merge pull request #85183 from Xe/zig-0.6.0
zig: upgrade to 0.6.0
2020-04-17 15:17:45 -04:00
Peter Simons
e9687df24a
Merge pull request #85178 from NixOS/haskell-updates
Update Haskell package set to LTS 15.8 (plus other fixes)
2020-04-17 21:02:58 +02:00
Matthieu Coudron
c881dd5e68 pythonPackages.pagelabels: init at 1.2.0
Used in termpdf I want to package.
2020-04-17 21:01:17 +02:00
Matthieu Coudron
c0a498b5d5 pythonPackages.pdfrw: init at 0.4.0 2020-04-17 21:01:17 +02:00
Peter Simons
d6aedf7bcd haskell-ghc-lib-parser-ex: fix build with GHC versions prior to 8.8.x 2020-04-17 20:50:48 +02:00
Guillaume Bouchard
abc4f961b4 haskellPackages.ghcWithPackages: fix for GHC 8.10
This closes #79441.

ghcWithPackages is using `ghc-pkg recache` to build its package
database. By doing so, it overrides the `package.cache[.lock]` files.

Details are unclear, but GHC 8.10 changed a bit the behavior.
Previously, it was unconditionally replacing the files by new ones. Now
it tries to open (for modification) the files. These files are symlinks
to another nix derivation, which is hence read-only.

This commit removes the files before running `ghc-pkg recache`, hence it
will just write the new files.

Tested with `haskellPackages.ghcWithPackages` (i.e. GHC 8.8) and
`haskell.packages.ghc8101.ghcWithPackages` (i.e GHC 8.10) with the
following nix file, at the root of the nixpkgs repository:

```
with import ./. {
  overlays = [
    (
      self: super: {
        haskellPackages = super.haskell.packages.ghc8101.override {
          overrides = selfh: superh: {
             th-lift-instances = super.haskell.lib.doJailbreak superh.th-lift-instances;
             th-expand-syns    = super.haskell.lib.doJailbreak superh.th-expand-syns;
             th-reify-many     = super.haskell.lib.doJailbreak superh.th-reify-many;
             th-orphans        = super.haskell.lib.doJailbreak superh.th-orphans;
             haskell-src-meta  = super.haskell.lib.doJailbreak superh.haskell-src-meta;
          };
        };
      }
  )
  ];
};
haskellPackages.ghcWithPackages(p:[p.PyF])
```

This will test with GHC 8.10. Comment out the `overlays` to test with
GHC 8.8.
2020-04-17 20:50:48 +02:00
Mike Sperber
53cfd1d132 haskell-tensorflow: unbreak
- get the current Git head of haskell-tensorflow
- adjust dependencies
2020-04-17 20:50:48 +02:00
Michael Alan Dorman
d59d157ad9 cabal-install-parsers: update Cabal dependency
This also unbreaks `haskell-ci`.
2020-04-17 20:50:48 +02:00
Jappie Klooster
b95534aaea cut-the-crap: init at 1.0.0 2020-04-17 20:50:48 +02:00
Manuel Bärenz
a762316e72 haskell simple-affine-space: Disable test suite 2020-04-17 20:50:48 +02:00
Troels Henriksen
802dfc8bd7 futhark: stop wrapping the executable 2020-04-17 20:50:48 +02:00
(cdep)illabout
a0612c2a06 spago: 0.14.0 -> 0.15.1 2020-04-17 20:50:48 +02:00
Gabor Greif
7932fb22cb ghcHEAD: bump to 8.11.20200403 (#84217)
* ghcHEAD: bump to 8.11.20200403

* ghcHead: reduce diff vs. 8.10.1

dontAddExtraLibs was removed by accident (IMO) in ea19a8ed1e

* ghcHEAD: add ability to use system libffi

- enable nixpkgs' libffi
- minimise diffs against 8.10.1
- remove patching

* remove configure warning about --with-curses-includes

configure: WARNING: unrecognized options: --with-curses-includes
2020-04-17 20:50:48 +02:00
Peter Simons
fd1103227d hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.1 from Hackage revision
fcda2563cd.
2020-04-17 20:50:40 +02:00
Peter Simons
fd63776ff4 hackage2nix: update list of broken builds to fix evaluation errors 2020-04-17 20:50:26 +02:00
Remo
83d84e6233 hackage2nix: unbreak postgrest 2020-04-17 20:50:07 +02:00
Remo
629af9f518 hackage2nix: unbreak hasql-pool 2020-04-17 20:49:49 +02:00
Peter Simons
572e8f6008 LTS Haskell 15.8 2020-04-17 20:49:10 +02:00
Jan Tojnar
42f2d370a5
Merge pull request #81955 from r-ryantm/auto-update/poppler-glib 2020-04-17 18:38:20 +02:00
Michele Guerini Rocco
8afc0daa29
Merge pull request #85431 from rnhmjoj/vapoursynth
vapoursynth: R48 -> R49
2020-04-17 18:20:46 +02:00
Peter Simons
464d1861ee
Merge pull request #81307 from jabranham/r-pkgs
R: Update R, CRAN, & Bioconductor
2020-04-17 17:43:38 +02:00
Benjamin Hipple
ba8c116519 mesa-glu: use HTTPS instead of FTP
FTP is often blocked by firewalls and is generally slower and less secure than HTTPS.

No change to `src` hash.
2020-04-17 11:35:16 -04:00
Emily
10dd3f3de0 graphene-hardened-malloc: enable on aarch64-linux 2020-04-17 16:12:29 +01:00
Jörg Thalheim
a7b3a6982a
Merge pull request #68171 from rileyinman/postcss-cli 2020-04-17 15:24:37 +01:00
Michael Fellinger
056778b315
crystal: 0.31 -> 0.34 (#85432)
* crystal: 0.31 -> 0.34

* crystal: use latest llvm

* crystal: skip tests for 0.33
2020-04-17 21:04:33 +08:00
Florian Klink
357be5c66c
Merge pull request #85385 from takikawa/racket-enable-useprefix
racket: use --enable-useprefix configure flag.
2020-04-17 13:17:00 +02:00
Jörg Thalheim
61a03065fd
Merge pull request #84190 from geistesk/platformio-4.3.1 2020-04-17 11:37:07 +01:00
Jörg Thalheim
ee6f5a32bb
python38.pkgs.python-jsonrpc-server: disable for python38 2020-04-17 11:22:35 +01:00