Sergei Trofimovich
cd2bab453c
Merge pull request #180573 from ivan/llvm-14.0.6
...
llvmPackages_14: 14.0.1 -> 14.0.6
2022-07-10 17:10:49 +01:00
github-actions[bot]
4bff9bab6b
Merge staging-next into staging
2022-07-10 12:02:29 +00:00
Marek Fajkus
30874a7b94
elmPackages: semi-automatic update of nodejs packages
2022-07-10 11:33:02 +02:00
github-actions[bot]
12be7ca6e2
Merge staging-next into staging
2022-07-10 00:03:45 +00:00
Mario Rodas
1ba6a57887
mlkit: 4.5.9 -> 4.6.1
2022-07-09 04:20:00 +00:00
github-actions[bot]
2b26752329
Merge staging-next into staging
2022-07-08 06:01:53 +00:00
github-actions[bot]
f08a2153bf
Merge master into staging-next
2022-07-08 06:01:15 +00:00
Lassulus
1ba4ca5995
Merge pull request #172715 from OPNA2608/update/acme
...
acme: unstable-2021-02-14 -> unstable-2021-11-05
2022-07-08 04:06:22 +02:00
Ivan Kozik
34c77f1e8d
llvmPackages_14: 14.0.1 -> 14.0.6
2022-07-07 19:34:17 +00:00
Martin Weinelt
1c4ee228e2
Merge remote-tracking branch 'origin/staging-next' into staging
2022-07-07 19:20:35 +02:00
Vladimír Čunát
c869aa9ac9
Merge branch 'master' into staging-next
...
The purpose is to integrate the usual Haskell rebuild.
2022-07-07 18:50:02 +02:00
Jan Tojnar
d910a8b8a5
Merge branch 'staging-next' into staging
...
; Conflicts:
; pkgs/data/icons/zafiro-icons/default.nix
2022-07-07 14:24:09 +02:00
Vladimír Čunát
43f9c191bf
Merge #110571 : treewide: migrate to -fno-common
...
...into staging
2022-07-07 10:06:38 +02:00
github-actions[bot]
5dcf079fac
Merge master into haskell-updates
2022-07-07 00:15:12 +00:00
github-actions[bot]
c0b6f4c121
Merge master into staging-next
2022-07-07 00:02:29 +00:00
ajs124
2837f807c9
Merge pull request #180066 from helsinki-systems/rem/nodejs-12_x
...
nodejs-12_x: remove
2022-07-06 23:09:28 +02:00
Gaelan Steele
5b47eb13ac
gcc, clang11: don't force -fcommon on GCC 10 or clang11
...
GCC 10 sets -fno-common by default. This broke some packages, so
when moving to GCC 10 we initially disabled this behavior. This
commit reverts that, bringing us closer to the standard and
upstream.
Co-authored-by: Sergei Trofimovich <slyich@gmail.com>
2022-07-06 08:37:00 +01:00
sternenseemann
0083a683d7
Revert "llvmPackages: do not include static archives when shared…"
...
Reverts #162607 / 1748887ff2
.
Reason for revert: This change caused llvm-config{,-native} to be unable
to find static archives bundled with LLVM, as has been [reported]. Ever
since #152944 using moveToOutput in LLVM is _evil_ because llvm-config
obtains it knowledge about the installation locations from the CMake
configure step.
Consequently a change like #162607 will need to be implemented by making
LLVM itself install the static archives to the correct location or by
adding yet another patch which updates llvm-config's knowledge of the
location. The latter is not desireable in my opinion, though, since it
is just asking for this sort of trouble: Before #152944 we had an
outputs.patch that did this sort of things which broke spectacularly in
edge cases.
Fixes #148117 .
[reported]: https://github.com/NixOS/nixpkgs/issues/148117#issuecomment-1158245576
2022-07-05 15:03:12 +02:00
ajs124
c4b8828630
treewide: node*.nix remove references to nodejs-12_x
2022-07-04 15:33:57 +02:00
github-actions[bot]
3e2f6a2e9c
Merge master into haskell-updates
2022-07-04 00:15:53 +00:00
github-actions[bot]
116e8e939b
Merge staging-next into staging
2022-07-03 18:01:49 +00:00
github-actions[bot]
fc65c5c219
Merge master into staging-next
2022-07-03 18:01:12 +00:00
Bobby Rong
cd7348a375
Merge pull request #179368 from ereslibre/bump-unison-m3
...
unison: M2l -> M3
2022-07-03 20:47:36 +08:00
github-actions[bot]
9d5f237bbd
Merge staging-next into staging
2022-07-03 12:01:55 +00:00
github-actions[bot]
00b3f42427
Merge master into staging-next
2022-07-03 12:01:23 +00:00
github-actions[bot]
42c3938c35
Merge master into haskell-updates
2022-07-03 00:15:38 +00:00
Sergei Trofimovich
7be0e091bd
sbcl: pull darwin fix pending upstream inclusion for -fno-common toolchains
...
Without the change build fails on darwin as:
duplicate symbol '_static_code_space_free_pointer' in:
alloc.o
traceroot.o
duplicate symbol '_static_code_space_free_pointer' in:
alloc.o
gencgc.o
2022-07-02 18:53:43 +01:00
github-actions[bot]
8517eca5ed
Merge staging-next into staging
2022-07-02 12:01:53 +00:00
github-actions[bot]
cc49d572ac
Merge master into staging-next
2022-07-02 12:01:18 +00:00
Alyssa Ross
6f9359a504
rustc: mark broken for dynamic Musl target
2022-07-02 09:04:37 +00:00
Alyssa Ross
8004d0e497
rustc: 1.61.0 -> 1.62.0
2022-07-02 09:04:07 +00:00
github-actions[bot]
70fcdaa82a
Merge master into haskell-updates
2022-07-02 00:14:56 +00:00
github-actions[bot]
1961d0a79b
Merge master into staging-next
2022-07-02 00:01:58 +00:00
Vladimír Čunát
97be985277
Merge #179534 : gcc10: 10.3.0 -> 10.4.0 (into staging)
2022-07-01 23:06:48 +02:00
Karanjot Singh
28a328a124
zulu: build for aarch64-darwin
...
zulu: build for aarch64-darwin
fixed indentation and spaces
minor changes and formatting
2022-07-01 21:30:08 +02:00
github-actions[bot]
7907ea3c9b
Merge staging-next into staging
2022-07-01 18:02:00 +00:00
Jan Tojnar
9095659f80
Merge pull request #177414 from zendo/blueprint-update
...
blueprint-compiler: 2022-05-27 -> 0.2.0
2022-07-01 19:42:25 +02:00
zendo
420f7d191c
blueprint-compiler: 2022-05-27 -> 0.2.0
...
remove wrapPython
2022-07-01 23:51:58 +08:00
Adam Joseph
86c7c0917f
haskell.compiler.ghc865Binary: add powerpc64le bootstrap
2022-07-01 13:05:30 +02:00
Mario Rodas
7a1c2f7808
sbcl_2_2_6: init at 2.2.6
2022-07-01 04:20:00 +00:00
github-actions[bot]
59d90df7f0
Merge master into haskell-updates
2022-07-01 00:14:49 +00:00
Bobby Rong
db32ac6f9a
Merge pull request #179028 from r-ryantm/auto-update/corral
...
pony-corral: 0.5.7 -> 0.6.0
2022-06-30 19:42:52 +08:00
Tero Tervala
7f3cdfd2ba
dtc: fix static building
2022-06-30 07:39:30 +00:00
github-actions[bot]
4b87d7949b
Merge master into haskell-updates
2022-06-30 00:13:21 +00:00
Sandro
efe337790d
Merge pull request #179018 from fgaz/qbe/1.0
...
qbe: unstable-2022-04-11 -> 1.0
2022-06-29 22:39:57 +02:00
Vladimír Čunát
3f88d51e02
gcc10: 10.3.0 -> 10.4.0
...
Patches: the two seemed included in the release;
I also checked that the conditional patches still all apply.
2022-06-29 10:07:32 +02:00
ajs124
0c35b851e4
maintainers: remove kkallio
...
no github account linked
2022-06-29 00:55:00 +02:00
ajs124
99466ee39e
maintainers: remove petabyteboy
...
github account deleted
2022-06-29 00:52:12 +02:00
ajs124
eec156df9c
maintainers: remove muflax
...
github account deleted
2022-06-29 00:52:12 +02:00
ajs124
a0718341e6
maintainers: remove volth
...
github account deleted
2022-06-29 00:52:12 +02:00