Commit Graph

10510 Commits

Author SHA1 Message Date
github-actions[bot]
150dc67b3c
Merge master into staging-next 2021-10-04 18:01:07 +00:00
figsoda
3109ff5765 treewide: avoid use of lib.optional with list in inputs 2021-10-04 13:02:42 -04:00
github-actions[bot]
a484ea4131
Merge master into staging-next 2021-10-03 06:01:22 +00:00
Sandro
f865ed612f
Merge pull request #140287 from thiagokokada/reduce-graalvm-closure-size 2021-10-03 05:03:24 +02:00
John Wiegley
96c0f7e4dd
rustPackages.rls: Fix 1.55 build on Darwin (#140232)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-10-03 02:16:19 +02:00
github-actions[bot]
8da8988e14
Merge master into staging-next 2021-10-02 18:01:17 +00:00
Mario Rodas
b59b7cbae6
Merge pull request #140040 from sternenseemann/sbcl-2.1.9
sbcl_2_1_9: init at 2.1.9
2021-10-02 11:01:08 -05:00
Thiago Kenji Okada
07be670cf9 graalvm-ce: create empty lib directory on macOS 2021-10-02 12:08:27 -03:00
Thiago Kenji Okada
d909c0c1f1 graalvm-ce: add lib output
Add dynamic libraries (for now only glibc) to $lib output, so we can use
them with e.g.:

```
native-image -H:CLibraryPath=${graalvm11-ce.lib}/lib ...
```

Reducing the finaly closure size of a GraalVM package since it will not
pull the whole GraalVM as a direct dependency.
2021-10-02 11:38:49 -03:00
github-actions[bot]
d03095b67a
Merge master into staging-next 2021-10-02 12:01:09 +00:00
Michael Weiss
ed2c99e65f
llvmPackages_13: 13.0.0-rc4 -> 13.0.0 2021-10-01 22:10:21 +02:00
github-actions[bot]
b1431ff2ab
Merge master into staging-next 2021-10-01 06:01:06 +00:00
Ben Siraphob
5e1360c873
Merge pull request #140033 from sternenseemann/koka-2.2.0 2021-10-01 04:18:10 +00:00
Bernardo Meurer
9ae3e76435
Merge pull request #139812 from Princemachiavelli/rocm_compiler-rt_no_cyclades
compiler-rt: cont. remove <cyclades.h> from libsanitizer
2021-09-30 22:06:28 +00:00
sternenseemann
4467ba6101 sbcl_2_1_9: init at 2.1.9
http://www.sbcl.org/news.html#2.1.9
2021-09-30 15:23:08 +02:00
sternenseemann
8ed1616157 sbcl_2_1_8: remove at 2.1.8 2021-09-30 15:23:07 +02:00
sternenseemann
6fd63365fc koka: 2.1.9 -> 2.3.1 2021-09-30 14:59:00 +02:00
Josh Hoffer
2549800a1a compiler-rt: cont. remove <cyclades.h> from libsanitizer
See commit 199b7c505b for the
original issue.

This patch is from the upstream rocm llvm repo:
https://reviews.llvm.org/rG884040db086936107ec81656aa5b4c607235fb9a
2021-09-29 22:28:16 -06:00
github-actions[bot]
1994a3055b
Merge master into staging-next 2021-09-30 00:01:51 +00:00
sterni
53432e913b
Merge pull request #138596 from NixOS/haskell-updates
haskellPackages: update stackage and hackage
2021-09-29 23:24:50 +02:00
Austin Seipp
3a784c4963 nextpnr: 2021.08.16 -> 2021.09.27
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-09-29 13:14:27 -05:00
Austin Seipp
874ebfd5a8 yosys: 0.9+4276 -> 0.10+1
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-09-29 13:14:27 -05:00
github-actions[bot]
1de97398ed
Merge master into haskell-updates 2021-09-29 00:06:39 +00:00
github-actions[bot]
cf2149f1d4
Merge master into staging-next 2021-09-28 06:01:21 +00:00
Peter Hoeg
35dbdedf63 vala: not using vala 2021-09-28 09:21:08 +08:00
github-actions[bot]
2a1a484050
Merge master into haskell-updates 2021-09-28 00:06:32 +00:00
github-actions[bot]
2be25e103b
Merge master into staging-next 2021-09-28 00:01:31 +00:00
github-actions[bot]
33def12436
Merge master into haskell-updates 2021-09-27 00:06:36 +00:00
Artturin
afb755e706 buildCrystalPackage: use --no-debug
it was causing problems with the installCheckPhase due to it generating
.dwarf files
2021-09-27 00:39:08 +03:00
Artturin
9bd941c5d2 crystal,shards: remove old versions 2021-09-27 00:15:11 +03:00
Artturin
9a3ed0e8c5 buildCrystalPackage: redirect stdout to /dev/null
makes build errors easier to diagnose
2021-09-27 00:15:10 +03:00
Artturin
51e3c659a0 crystal: increase build cores
crystal: remove obsolete substituteInPlace

crystal: patchShebangs in genericBinary

crystal: use mktemp
2021-09-27 00:15:10 +03:00
Artturin
6900e4773d crystal_0_36: add a binary bootstrap variant
fixes crystal on darwin
2021-09-27 00:15:10 +03:00
sternenseemann
2034c06a0a haskell.compiler.ghc884: revert to reverse bootstraping using 8.10.2
Reverse bootstrapping is not supported by GHC upstream. In the case of
8.8.4 it just happens to work using 8.10.2, with later versions,
specifically 8.10.7 there seems to be some digressions in the generated /
used C code which cause 8.8.4 to fail to compile [1].

Thus we revert to using 8.10.2 for aarch64 and Musl which means: Still
no integer-simple and musl at the same time (however all other GHCs have
it, so it's probably not a problem) and no aarch64-darwin (GHC 8.8.4
can't target that architecture anyways). In short, the situation stays
the same.

[1]: https://github.com/NixOS/nixpkgs/pull/138523#issuecomment-927339953
2021-09-26 19:40:56 +02:00
Luke Granger-Brown
bc882f0c02 Merge remote-tracking branch 'upstream/staging' into staging-next 2021-09-26 18:26:57 +01:00
Ryan Burns
3d85bb0810
Merge pull request #139374 from ericdallo/bump-flutter
flutter: 2.2.1 -> 2.5.1
2021-09-26 10:09:25 -07:00
Pontus Stenetorp
c43789e7bb
julia_16-bin: 1.6.2 -> 1.6.3
Patches: https://github.com/JuliaLang/julia/compare/v1.6.2...v1.6.3

Dropping `chown` test workaround patch as it is now fixed upstream:

    3e8eb9e8de
2021-09-26 14:32:29 +00:00
Vladimír Čunát
a641e599a8
Merge branch 'staging-next' into staging 2021-09-26 15:03:03 +02:00
Divam Narula
d032f60c37
ghcjs: Enable on darwin (#139067) 2021-09-26 00:51:46 -04:00
github-actions[bot]
3fc911506a
Merge master into haskell-updates 2021-09-26 00:07:13 +00:00
Vincent Laporte
450c0ab5e7 ocaml-ng.ocamlPackages_4_13.ocaml: 4.13.0-rc2 → 4.13.0 2021-09-25 22:26:37 +02:00
sternenseemann
fac07c2b92 Merge remote-tracking branch 'origin/master' into haskell-updates 2021-09-25 21:07:27 +02:00
github-actions[bot]
5dd6e3a959
Merge staging-next into staging 2021-09-25 18:01:44 +00:00
Michael Weiss
8bc030eb13
llvmPackages_13: 13.0.0-rc3 -> 13.0.0-rc4 2021-09-25 13:52:14 +02:00
Eric Dallo
804e2edff5
flutter: 2.2.1 -> 2.5.1 2021-09-25 00:28:02 -03:00
github-actions[bot]
287bb04efb
Merge master into haskell-updates 2021-09-25 00:06:17 +00:00
github-actions[bot]
1cfb9e706e
Merge staging-next into staging 2021-09-25 00:02:02 +00:00
Ryan Burns
156414ecbf
Merge pull request #136655 from samuela/samuela/cudatoolkit
cudatoolkit_11_{3,4}: init at 11.{3,4}.1
2021-09-24 12:20:40 -07:00
github-actions[bot]
d892d4cbeb
Merge staging-next into staging 2021-09-24 18:01:43 +00:00
Ryan Burns
4d1c0ead24
Merge pull request #138454 from trofi/fix-osl
osl: fix build by overriding llvm-as path
2021-09-24 09:28:14 -07:00