Commit graph

8235 commits

Author SHA1 Message Date
Luflosi 3fc5151782
nextpnr: fix build on macOS
`PYTRELLIS_LIBDIR` has been replaced by `TRELLIS_LIBDIR` in 1dc1164dce, which causes the build to fail on macOS.
2020-07-13 15:45:40 +02:00
Vladimír Čunát 377324ca6d
Merge branch 'staging-next' (PR #91090) 2020-07-13 07:13:56 +02:00
Olli Helenius 0877879d0c
jetbrains.jdk: 11.0.6-b774 -> 11.0.7-b64 (#92837) 2020-07-11 18:46:49 +02:00
Frederik Rietdijk a3a40ac7cc Merge staging-next into staging 2020-07-11 09:00:18 +02:00
Frederik Rietdijk ae8eee9c3f Merge master into staging-next 2020-07-11 08:59:54 +02:00
Mario Rodas eb227e19b3
Merge pull request #92816 from r-ryantm/auto-update/mercury
mercury: 20.01.2 -> 20.06
2020-07-09 19:51:20 -05:00
R. RyanTM 178b8073d8 mercury: 20.01.2 -> 20.06 2020-07-09 22:32:11 +00:00
Austin Seipp 9058630c2e
nextpnr: 2020.06.12 -> 2020.07.08
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-07-09 09:12:42 -05:00
Austin Seipp 63e55fae00
yosys: 2020.06.19 -> 2020.07.07
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-07-09 09:12:41 -05:00
Jonathan Ringer 15895150b3 dotnetCorePackages.aspnetcore_3_1: 3.1.2 -> 3.1.5 2020-07-08 11:46:57 -07:00
Jonathan Ringer 6b278a6a83 dotnetCorePackage.netcore_3_1: 3.1.2 -> 3.1.5 2020-07-08 11:46:57 -07:00
worldofpeace 519606eb11 vala: 0.48.1 -> 0.48.7
https://gitlab.gnome.org/GNOME/vala/-/blob/0.48.7/NEWS
2020-07-07 11:15:51 -04:00
R. RyanTM 175e915b29 scala: 2.13.2 -> 2.13.3 2020-07-07 11:52:19 +00:00
Vladimír Čunát bb9f138f00
mono5: fixup build by using older gnumake
Of course, feel free to find a better fix.  For simplicity,
I switched all mono versions, even though 4 and 6 built fine on Hydra.
2020-07-06 11:10:36 +02:00
kolaente f1e1588fa4
flutter dev 1.20.0-0.0pre -> 1.20.0-3.0-pre 2020-07-05 17:22:35 +02:00
kolaente 85c1ae0fc0
flutter beta 1.19.0-4.1pre -> 1.19.0-4.3-pre 2020-07-05 17:19:21 +02:00
kolaente ed596a2069
flutter stable 1.17.3 -> 1.17.5 2020-07-05 17:15:14 +02:00
kolaente 0cf41434cd
Merge branch 'master' into update/flutter 2020-07-05 17:12:46 +02:00
Jan Tojnar 4bca7dfb27
Merge branch 'master' into staging-next 2020-07-04 23:59:32 +02:00
Daniël de Kok 14b4a0e2f2
Merge pull request #92215 from r-ryantm/auto-update/intel-graphics-compiler
intel-graphics-compiler: 1.0.4062 -> 1.0.4241
2020-07-04 10:57:58 +02:00
Vladimír Čunát e1206a2129
Merge master into staging-next
This brings thousands of rebuilds.
Hydra nixpkgs: ?compare=1597944
2020-07-04 09:15:27 +02:00
R. RyanTM 8b895c9bcf intel-graphics-compiler: 1.0.4062 -> 1.0.4241 2020-07-03 18:56:15 +00:00
Vincent Laporte 7df7291473 ocaml-ng.ocamlPackages_4_11.ocaml: 4.11.0+α3 → 4.11.0+β1 2020-07-03 10:29:36 +02:00
Elan Kugelmass 2b866d8b53
go-jsonnet: add jsonnetfmt binary (#91953)
Add binary jsonnetfmt to go-jsonnet package

go-jsonnet added a jsonnetfmt implementation in [0.16.0](https://github.com/google/jsonnet/releases/tag/v0.16.0)
As nix includes the C++ jsonnetfmt implementation in the main jsonnet package, it makes sense to mirror that pattern in the go package.
2020-07-02 18:29:43 -05:00
Alyssa Ross 204d583573 rust_1_42: drop
Nothing seems to need this to build any more.
2020-07-02 17:42:39 +02:00
Alyssa Ross 1f9cd4cf0a rustc: 1.43.0 -> 1.44.1 2020-07-02 17:42:39 +02:00
Arnout Engelen fc2262365f adoptopenjdk: 8u242 -> 8u252 and other updates
I was mainly interested in the 8u242->8u252 update because this backports a
number of features to JDK8, including ALPN negotiation which is relevant for
HTTP/2.

generate-sources.py also updated the other variants
2020-07-02 17:20:33 +02:00
Frederik Rietdijk c33ca7c5ce Merge staging-next into staging 2020-07-02 17:14:53 +02:00
R. RyanTM 200cc565b9
closurecompiler: 20200517 -> 20200614 (#91912) 2020-07-01 05:01:03 -05:00
Emery Hemingway 00c6fa607c nim: 1.2.0 -> 1.2.4 2020-07-01 13:37:47 +05:30
Luc Tielen 2f1c9323ac
souffle: 1.7.1 -> 2.0.0 2020-06-30 15:49:49 +02:00
Maximilian Bosch 116f39ff82
swift: fix build w/glibc-2.31
https://hydra.nixos.org/build/123279517

Internally used `compiler-rt` had to be fixed for `glibc-2.31`,
basically the same approach as in the LLVM fix
(7137183bbe05738246be2be0e704c1be9bf19947).

As soon as a newer `compiler-rt` is used for `swift`, this patch can be
removed again.
2020-06-29 14:41:43 +02:00
Maximilian Bosch 114f97e77e
gcc49: fix build w/glibc-2.31
The same `libsanitizer` problem as in llvm<10 and newer GCCs.

https://hydra.nixos.org/build/122902814
https://hydra.nixos.org/build/122903349
2020-06-29 14:41:43 +02:00
Maximilian Bosch 2c60e7c2d0
llvm*: compiler-rt: fix build w/glibc-2.31
https://hydra.nixos.org/build/122885657 and more.

Original upstream fix (available in llvm_10):

   947f969244
2020-06-29 14:41:43 +02:00
Maximilian Bosch d348694fb6
gcc6: fix build w/glibc-2.31 2020-06-29 14:41:42 +02:00
Maximilian Bosch cff1a1eefc
gcc7: fix build w/glibc-2.31
Applied a patch from the `gcc9` branch for `gcc7` to fix `libsanitizer`
for glibc-2.31.
2020-06-29 14:41:42 +02:00
Bouke van der Bijl 81a8b76b3a go: only set CC when cross-compiling
This avoids he default CC for cgo being hardcoded, when we only want to
overwrite it during compilation.
2020-06-28 11:28:23 +10:00
Colin b71423ae38
go_1_15: init at 1.15beta1 (#91463) 2020-06-28 10:50:42 +10:00
Robert Helgesson 82daa41e29
cargo: install bash and zsh completion scripts 2020-06-27 21:21:43 +02:00
Maximilian Bosch cacb4ee750
Merge pull request #91583 from adisbladis/mruby-2_1_1
mruby: 2.1.0 -> 2.1.1
2020-06-27 15:15:07 +02:00
Peter Simons dbb7aaef62
Merge pull request #91474 from NixOS/haskell-updates
Update Haskell package set to LTS 16.2 (plus other fixes)
2020-06-26 23:05:28 +02:00
Domen Kožar 38227a68c1
Merge pull request #85324 from turboMaCk/refactor-elm-node-packages
elmPackages: Refactor `lib` and expression for related packages
2020-06-26 16:31:02 +02:00
adisbladis bfe2ba32b8
mruby: 2.1.0 -> 2.1.1 2020-06-26 11:53:54 +02:00
adisbladis 2366150cab
mruby: Fix build with bison 3.6 2020-06-26 11:53:53 +02:00
Frederik Rietdijk fe9a096f46 Merge staging-next into staging 2020-06-25 20:36:08 +02:00
Peter Simons db15e92dd0 Merge remote-tracking branch 'origin/master' into haskell-updates. 2020-06-25 10:40:08 +02:00
Vincent Laporte b53777c840 ocaml-ng.ocamlPackages_4_11.ocaml: 4.11.0+α2 → 4.11.0+α3 2020-06-24 21:44:36 +02:00
Frederik Rietdijk 6f72f0b0df Merge staging-next into staging 2020-06-24 19:04:26 +02:00
Marek Fajkus b9e9effb44
elmPackages: Refactor lib and builds of packages 2020-06-23 19:44:34 +02:00
Domen Kožar b930b2df8a
haskell.compiler.ghc865-binary: strip to fix aarch64 2020-06-23 14:59:07 +02:00
Daniël de Kok 28d2854b20
Merge pull request #84730 from athas/mlkit
mlkit: init at 4.5.0
2020-06-23 10:02:03 +02:00
Troels Henriksen 0ffeccd89f mlkit: init at 4.5.0 2020-06-23 08:30:20 +02:00
John Ericson f3f7612a40 C++ Compilers: Systematize handling of standard libraries 2020-06-22 04:24:44 +00:00
John Ericson e00d4d6021 emscripten: Don't always clain to have a GCC 2020-06-22 00:17:03 -04:00
Austin Seipp 2c91b4358a
yosys: 2020.06.16 -> 2020.06.19
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-06-20 11:34:10 -05:00
Austin Seipp 4891facdd4
nextpnr: 2020.03.25 -> 2020.06.12
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-06-20 11:34:10 -05:00
Frederik Rietdijk 301847a7e5 Merge master into staging-next 2020-06-19 09:01:43 +02:00
Florian Klink ccaa301add
Merge pull request #90234 from asbachb/update-jdk-11.0.7
openjdk: 11.0.6 -> 11.0.7
2020-06-19 00:38:08 +02:00
Florian Klink 6b2c9aa7da
Merge pull request #90289 from r-ryantm/auto-update/adoptopenjdk-icedtea-web
adoptopenjdk-icedtea-web: 1.8.3 -> 1.8.4
2020-06-19 00:37:32 +02:00
Frederik Rietdijk 79f9ef8752 Merge master into staging-next 2020-06-18 09:01:39 +02:00
Matthew Bauer d07451fb5c
Merge pull request #84315 from r-ryantm/auto-update/rgbds
rgbds: 0.3.10 -> 0.4.0
2020-06-17 23:15:03 -04:00
Jesse Wattenbarger 2d33717138 dasm: init at 2.20.13
Co-authored-by: Daniel Schaefer <git@danielschaefer.me>
2020-06-18 04:32:25 +02:00
R. RyanTM 3f5c873d26 intel-graphics-compiler: 1.0.3627 -> 1.0.4062 2020-06-17 12:40:07 -07:00
kolaente 615437a54c
Fix removing flutter upgrade 2020-06-17 18:42:14 +02:00
kolaente b83408b976
flutter packages update 2020-06-17 18:27:50 +02:00
obadz 0280b5e21d
Merge pull request #90288 from delroth/mono-closure-size
mono: don't propagate a dependency to glib-dev (15% closure size saving)
2020-06-17 15:03:45 +01:00
Lassulus c0574ae321
Merge pull request #90472 from cdepillabout/purescript-0.13.8
purescript: 0.13.6 -> 0.13.8
2020-06-17 14:11:47 +02:00
Frederik Rietdijk 8850815577 Merge master into staging-next 2020-06-17 08:40:33 +02:00
Austin Seipp c2e1f9bc07
yosys: 2020.06.11 -> 2020.06.16
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-06-16 11:38:07 -05:00
Frederik Rietdijk 4af4a49251 Merge master into staging-next 2020-06-16 18:05:38 +02:00
Jörg Thalheim 5fea23b9c0
Merge pull request #90225 from zowoq/golang-team 2020-06-16 07:09:37 +01:00
zowoq 3050bbe9d4 maintainers/teams: add golang 2020-06-16 08:05:11 +10:00
(cdep)illabout 0a2b461959
purescript: add cdepillabout as maintainer 2020-06-15 21:10:29 +09:00
(cdep)illabout 0be2f125e5
purescript: 0.13.6 -> 0.13.8 2020-06-15 21:09:12 +09:00
Frederik Rietdijk 384bc1a861 Merge staging-next into staging 2020-06-15 08:29:05 +02:00
Frederik Rietdijk 59dda0a42a Merge master into staging-next 2020-06-15 08:07:00 +02:00
Pierre Bourdon f96842292f
mono: don't propagate a dependency to glib-dev
This was added in 2005 back in r51ce4ea2. This was not commented or
explained anywhere, and it does not seem to be necessary anymore
according to some quick testing I did.

Reduces mono closure size by ~100M.
2020-06-14 12:53:31 +02:00
R. RyanTM 95f56eddce binaryen: 93 -> 94 2020-06-14 09:34:50 +00:00
R. RyanTM 8dc2ec290a adoptopenjdk-icedtea-web: 1.8.3 -> 1.8.4 2020-06-14 04:42:03 +00:00
Benjamin Asbach 890485a2bd openjdk: 11.0.6 -> 11.0.7 2020-06-13 11:53:11 +00:00
Benjamin Asbach 1c61d8707a openjdk: added myself as maintainer 2020-06-13 11:53:11 +00:00
Frederik Rietdijk 2e4b4e3300 Merge staging-next into staging 2020-06-13 11:03:26 +02:00
Frederik Rietdijk 1523382160 Merge master into staging-next 2020-06-13 11:02:21 +02:00
Mario Rodas c2ce7eb7f1
Merge pull request #89334 from zowoq/go_1_14
go: 1.14.3 -> 1.14.4
2020-06-12 22:20:30 -05:00
Mario Rodas 1cd56fc682
Merge pull request #89333 from zowoq/go_1_13
go_1_13: 1.13.11 -> 1.13.12
2020-06-12 22:19:46 -05:00
Doron Behar 01d4e2fe33 treewide: use ffmpeg_3 explicitly if not wanted otherwise
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that
used `ffmpeg` without requiring a specific version now use ffmpeg_3
explicitly so they shouldn't change.
2020-06-12 11:55:31 -07:00
Frederik Rietdijk febc27b59a Merge master into staging-next 2020-06-12 08:57:26 +02:00
Austin Seipp 13e52db31e
yosys: 2020.03.24 -> 2020.06.11
Also includes a bump to `abc-verifier`.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-06-11 23:14:07 -05:00
Michael Raskin d65bcef36d
Merge pull request #89270 from GTrunSec/julia-lapack
julia_13: fix julia_13 missing Lib of lapack.
2020-06-11 14:38:16 +00:00
R. RyanTM f86167fb12 abcl: 1.6.1 -> 1.7.0 2020-06-11 16:41:57 +02:00
Ryan Mulligan 8ce2d2c4a4
Merge pull request #89832 from r-ryantm/auto-update/go-jsonnet
go-jsonnet: 0.15.0 -> 0.16.0
2020-06-11 06:56:53 -07:00
Vladimír Čunát 16024fcaec
Merge branch 'staging-next' into staging
In particular, this fixes ISO evaluation.
2020-06-10 09:42:36 +02:00
Vladimír Čunát 6e9bb30566
Merge branch 'master' into staging-next
In particular, this fixes ISO evaluation.
2020-06-10 09:41:53 +02:00
Vincent Laporte f648259731 ocaml-ng.ocamlPackages_4_11.ocaml: 4.11.0+α1 → 4.11.0+α2 2020-06-10 09:10:40 +02:00
Jan Tojnar acb53e0698
Merge branch 'staging-next' into staging 2020-06-10 04:10:57 +02:00
Jan Tojnar c637cbe992
Merge branch 'master' into staging-next 2020-06-10 04:10:34 +02:00
Benjamin Hipple 7f00dcf491
Merge pull request #88876 from Thra11/dtc-1.6.0
dtc: 1.5.1 -> 1.6.0
2020-06-09 00:54:39 -04:00
R. RyanTM 131fda1225 go-jsonnet: 0.15.0 -> 0.16.0 2020-06-08 19:14:11 +00:00
zowoq aae680cd5d go: fix TestDontCacheBrokenHTTP2Conn failure 2020-06-08 20:42:24 +10:00
Frederik Rietdijk 8576d24b2a Merge staging-next into staging 2020-06-08 12:08:51 +02:00