github-actions[bot]
71874015ba
Merge master into staging-next
2023-05-10 12:01:10 +00:00
Vladimír Čunát
ae3f6c9c6d
Merge #229898 : gcc: install info files serially
...
...into staging
2023-05-10 08:39:57 +02:00
Jörg Thalheim
fd40a96180
Merge pull request #230943 from alyssais/rustc-name
...
rustc: fix name when cross compiled
2023-05-10 07:33:38 +01:00
Nick Cao
3b1d3f9e22
Merge pull request #230966 from GaetanLepage/julia
...
julia: 1.8.5 -> 1.9.0
2023-05-10 14:08:32 +08:00
github-actions[bot]
c3e196104d
Merge staging-next into staging
2023-05-10 06:02:13 +00:00
Sergei Trofimovich
794d821503
dmd: pull in missing libgcc.so dependency
...
Without the change autopatchelf fails to find the dependency as:
searching for dependencies of ...-dmd-bootstrap-2.090.1/bin/dmd
libgcc_s.so.1 -> not found!
auto-patchelf: 6 dependencies could not be satisfied
Full build log: https://hydra.nixos.org/log/plma45m19p0cm1i04c4qzmfi54n38ydk-dmd-bootstrap-2.090.1.drv
2023-05-09 20:25:54 -07:00
github-actions[bot]
5b55bccfe2
Merge master into haskell-updates
2023-05-10 00:11:58 +00:00
github-actions[bot]
2d07e76d1a
Merge staging-next into staging
2023-05-10 00:03:33 +00:00
Gaetan Lepage
2f82431c7f
julia: 1.8.5 -> 1.9.0
2023-05-09 23:57:28 +02:00
Robert Scott
de62c56cab
Merge pull request #229373 from jleightcap/jl/yosys-0.28
...
yosys: 0.27 -> 0.28
2023-05-09 22:49:48 +01:00
Alyssa Ross
454b2058d4
rustc: fix name when cross compiled
...
I made a mistake when trying to add the target prefix to Rust cross
compilers: pkgsCross.aarch64-multiplatform.rustc ended up being called
"aarch64-unknown-linux-gnu-rustc-aarch64-unknown-linux-gnu-1.69.0",
which is a bit verbose.
With this change:
nix-repl> rustc.name
"rustc-1.69.0"
nix-repl> pkgsCross.aarch64-multiplatform.buildPackages.rustc.name
"aarch64-unknown-linux-gnu-rustc-1.69.0"
nix-repl> pkgsCross.aarch64-multiplatform.rustc.name
"rustc-aarch64-unknown-linux-gnu-1.69.0"
As intended.
Fixes: 57e73d23bb
("rustc,rustPlatform.buildRustPackage: broaden platforms")
2023-05-09 20:13:45 +00:00
github-actions[bot]
b5b52a946a
Merge staging-next into staging
2023-05-09 18:02:32 +00:00
Arnout Engelen
f3995cee01
gcc: install info files serially
...
installing info files in parallel is dangerous, because
`install-info` will write to a `dir-file` as a side-effect,
and it has no protection against multiple `install-info`
processes running in parallel and overwriting each others'
changes.
Local fix until we can fix the `Makefile.in` generation
upstream
Fixes #229470
2023-05-09 19:02:41 +02:00
Naïm Favier
9d30031014
haskell.compiler.ghcHEAD: 9.7.20230406 -> 9.7.20230505
...
04b80850...983ce558
Adds support for callbacks to the JS backend.
2023-05-09 18:16:07 +02:00
Adam Joseph
62794bf2bb
wrapClangMulti: link include/c++ into gcc_multi_sysroot
...
The phoney gcc that we construct for multilib was missing the
`$out/include/c++` directory which `cc-wrapper` needs to pass as an
`-isystem` to `clang`.
Closes #221891
2023-05-09 00:16:24 -07:00
Adam Joseph
c02c5f0860
wrapClangMulti: set gcc_multi_sysroot.langCC
...
The phoney gcc that we construct for multilib was missing the
`langCC` attribute, which `cc-wrapper` needs in order to decide
whether or not to add gcc's `libstdc++` headers as an `-isystem` for
`clang`.
2023-05-09 00:16:24 -07:00
Adam Joseph
0e9ef0a07d
cc-wrapper: when merging gcc32 and gcc64, merge libgcc as well
...
Our gcc_multi and glibc_multi expressions merge together a
32-bit-targeted and 64-bit-targeted gcc. However they do not thread
through the passthru.libgcc from these merged gccs.
This commit corrects that.
It also extends passthru.libgcc to allow a *list* rather than just a
single outpath.
Resolves part of #221891 (at least getting it back to the error
message it gave before).
2023-05-09 00:16:24 -07:00
github-actions[bot]
5b562cf621
Merge staging-next into staging
2023-05-09 00:02:44 +00:00
Marek Fajkus
7da61c1cba
Merge pull request #230543 from turboMaCk/elm-node-18
...
elmPackages: Use nodejs 18
2023-05-08 20:02:11 +02:00
github-actions[bot]
54295bf976
Merge staging-next into staging
2023-05-08 18:02:09 +00:00
Weijia Wang
75c6b807a7
Merge pull request #230733 from fetsorn/typo/llvm
...
llvm: fix typos
2023-05-08 20:15:26 +03:00
fetsorn
91e7191660
llvm: fix typos
...
"verion" -> "version"
2023-05-08 21:05:07 +04:00
Weijia Wang
f552c37b8b
Merge pull request #230716 from fetsorn/typo/ghc
...
ghc: fix typos
2023-05-08 19:28:23 +03:00
fetsorn
560123c482
ghc: fix typos
...
"depedendency" -> "dependency"
2023-05-08 20:12:24 +04:00
fetsorn
2b900cb3ba
elm: fix typo
...
"dependecies" -> "dependencies"
2023-05-08 20:05:13 +04:00
Marek Fajkus
4e8cbf9531
elmPackages: Use nodejs 18
...
Related to issue #229910
This bumps nodejs to 18 since 16 is soon to EOL.
2023-05-07 18:00:29 +02:00
github-actions[bot]
7b8084a6b9
Merge staging-next into staging
2023-05-07 12:02:13 +00:00
github-actions[bot]
5844313b95
Merge master into staging-next
2023-05-07 12:01:30 +00:00
Weijia Wang
eb751d6522
Merge pull request #230372 from stephank/feat/swift-format
...
swift-format: init at 5.8
2023-05-07 09:59:10 +03:00
github-actions[bot]
a0eb573683
Merge staging-next into staging
2023-05-07 00:03:11 +00:00
github-actions[bot]
3510094ebe
Merge master into staging-next
2023-05-07 00:02:36 +00:00
Jack Leightcap
3a31db0fe1
yosys: 0.27 -> 0.28 https://github.com/YosysHQ/yosys/releases/tag/yosys-0.28
...
Signed-off-by: Jack Leightcap <jack@leightcap.com>
2023-05-06 17:03:40 -04:00
Sandro
190295af50
Merge pull request #224453 from niknetniko/bump/jcef
...
jetbrains.jcef: 611 -> 654
2023-05-06 21:26:37 +02:00
github-actions[bot]
1edcdf34e3
Merge staging-next into staging
2023-05-06 18:01:44 +00:00
github-actions[bot]
95930c37cc
Merge master into staging-next
2023-05-06 18:01:10 +00:00
Stéphan Kochen
1f5b379683
swift-format: init at 5.8
2023-05-06 19:40:08 +02:00
Marek Fajkus
80f12c2f8d
Merge pull request #230184 from turboMaCk/elm-update-node
...
elmPackages: update nodejs to 16
2023-05-06 14:19:03 +02:00
github-actions[bot]
1fd0032ce6
Merge staging-next into staging
2023-05-06 12:01:42 +00:00
github-actions[bot]
805ffdeca7
Merge master into staging-next
2023-05-06 12:01:05 +00:00
Weijia Wang
58d11d3f47
Merge pull request #230200 from elliottslaughter/terra-1.1.0
...
terra: 1.0.6 -> 1.1.0
2023-05-06 13:32:27 +03:00
github-actions[bot]
76e7973d1c
Merge staging-next into staging
2023-05-06 00:02:57 +00:00
github-actions[bot]
f62c3cbbdc
Merge master into staging-next
2023-05-06 00:02:06 +00:00
Weijia Wang
aa6064ceee
Merge pull request #230165 from r-ryantm/auto-update/osl
...
osl: 1.12.11.0 -> 1.12.12.0
2023-05-06 00:13:55 +03:00
Elliott Slaughter
525656f7a2
terra: 1.0.6 -> 1.1.0
2023-05-05 14:07:08 -07:00
Marek Fajkus
d23d16c1da
elmPackages: update nodejs to 16
2023-05-05 22:30:24 +02:00
Marek Fajkus
7d76bc7e81
Merge pull request #230137 from bburdette/elm-tools-update
...
elm-tools-update
2023-05-05 21:10:36 +02:00
R. Ryantm
552dea951c
osl: 1.12.11.0 -> 1.12.12.0
2023-05-05 18:15:43 +00:00
github-actions[bot]
cfd87655c8
Merge staging-next into staging
2023-05-05 18:01:52 +00:00
github-actions[bot]
c0860aa88a
Merge master into staging-next
2023-05-05 18:01:12 +00:00
Ryan Lahfa
73a69f152c
Merge pull request #228348 from NixOS/ovmf-improvements
...
ovmf: various improvements (IPv6, TLS, debugging)
2023-05-05 17:29:39 +02:00
Ryan Lahfa
588058a0af
Merge pull request #224358 from SomeoneSerge/team-list-cuda
...
team-list: add cuda team
2023-05-05 16:44:05 +02:00
Weijia Wang
00c0a2333f
Merge pull request #230114 from wegank/ligo-darwin
...
ligo: fix build on darwin
2023-05-05 17:13:29 +03:00
Weijia Wang
3e0f0deb10
Merge pull request #230071 from r-ryantm/auto-update/flix
...
flix: 0.35.0 -> 0.36.0
2023-05-05 16:23:36 +03:00
Weijia Wang
b2963e311a
ligo: fix build on darwin
2023-05-05 16:10:55 +03:00
Domen Kožar
6cf7bb9998
Merge pull request #225197 from stephank/feat/swift58
...
swift: 5.7.3 -> 5.8
2023-05-05 13:58:07 +01:00
github-actions[bot]
2181c1e956
Merge staging-next into staging
2023-05-05 12:02:09 +00:00
github-actions[bot]
1ea042cf3e
Merge master into staging-next
2023-05-05 12:01:30 +00:00
R. Ryantm
4be8375c5d
flix: 0.35.0 -> 0.36.0
2023-05-05 09:10:14 +00:00
Adam Joseph
e1842769ae
Merge pull request #228296 from amjoseph-nixpkgs/pr/gcc/libsanitizer/mips64n32
...
gcc: disable libsanitizer on mips64n32
2023-05-05 06:54:41 +00:00
github-actions[bot]
1b8f2397cf
Merge staging-next into staging
2023-05-05 00:02:42 +00:00
github-actions[bot]
33859d6094
Merge master into staging-next
2023-05-05 00:02:09 +00:00
Ben Burdette
661c842818
updating the elm stuff
2023-05-04 13:44:39 -06:00
R. Ryantm
286e0ac8df
lobster: 2023.4 -> 2023.5
2023-05-04 16:29:27 +00:00
github-actions[bot]
519b94e7dd
Merge staging-next into staging
2023-05-04 12:02:09 +00:00
github-actions[bot]
bf19e21376
Merge master into staging-next
2023-05-04 12:01:18 +00:00
Weijia Wang
743e10b10a
Merge pull request #228454 from SubhrajyotiSen/update-kotlin
...
kotlin{-native}: 1.8.20 -> 1.8.21
2023-05-04 14:03:25 +03:00
Weijia Wang
dbea9194da
Merge pull request #229833 from wegank/llvm-darwin-hotfix
...
llvmPackages_16.llvm: fix postPatch on darwin
2023-05-04 13:03:42 +03:00
Weijia Wang
fd155c2a94
llvmPackages_16.llvm: avoid calling roundevenf on darwin
2023-05-04 12:59:57 +03:00
Weijia Wang
3c7fba2b0f
llvmPackages_16.llvm: fix postPatch on darwin
2023-05-04 12:59:53 +03:00
misuzu
d4c2564bb6
llvmPackages_16.llvm: fix build on armv7l-linux
2023-05-04 08:55:00 +03:00
github-actions[bot]
ffc1ef23bc
Merge staging-next into staging
2023-05-04 00:03:03 +00:00
github-actions[bot]
9546b65417
Merge master into staging-next
2023-05-04 00:02:30 +00:00
Michael Weiss
b8960cd250
Merge pull request #223282 from RaitoBezarius/llvmPackages_16
...
llvmPackages_16: init
2023-05-03 23:56:51 +02:00
Weijia Wang
a0d88785ab
Merge pull request #229743 from r-ryantm/auto-update/jsonnet
...
jsonnet: 0.19.1 -> 0.20.0
2023-05-04 00:56:43 +03:00
Weijia Wang
c39d0241fc
Merge pull request #229732 from wegank/stanc-bump
...
stanc, cmdstan: 2.32.0 -> 2.32.1
2023-05-04 00:50:28 +03:00
Weijia Wang
75a3d9eb46
Merge pull request #229481 from vbgl/ocaml-janestreet-fix-dune-version
...
ocamlPackages.ppxlib: use Dune 3
2023-05-04 00:49:22 +03:00
zowoq
094aeff17c
go_1_20: 1.20.3 -> 1.20.4
...
Changelog: https://go.dev/doc/devel/release#go1.20
2023-05-04 07:23:26 +10:00
zowoq
5f05c243c4
go_1_19: 1.19.8 -> 1.19.9
...
Changelog: https://go.dev/doc/devel/release#go1.19
2023-05-04 07:23:19 +10:00
Niko Strijbol
e2a11e4e29
jetbrains-jcef: use pname instead of name
2023-05-03 23:14:29 +02:00
Niko Strijbol
ebf88190cc
jetbrains-jcef: 611 -> 654
2023-05-03 22:58:16 +02:00
R. Ryantm
371697135e
jsonnet: 0.19.1 -> 0.20.0
2023-05-03 20:31:30 +00:00
Weijia Wang
57a7c9d51f
cmdstan: 2.32.0 -> 2.32.1
2023-05-03 22:34:09 +03:00
Weijia Wang
1519ef71b4
stanc: 2.32.0 -> 2.32.1
2023-05-03 22:34:00 +03:00
Alyssa Ross
7f4280c538
pkgsStatic.gcc: fix build
...
There's no libgcc.so in a static-only build.
2023-05-03 18:35:51 +00:00
github-actions[bot]
50f7da3990
Merge staging-next into staging
2023-05-03 10:25:36 +00:00
github-actions[bot]
489a4937eb
Merge master into staging-next
2023-05-03 10:25:04 +00:00
Alyssa Ross
ad10899abf
llvm_5: backport patch for musl 1.2.4
2023-05-03 09:37:13 +00:00
Alyssa Ross
12d4b4ad2f
llvm_6: backport patch for musl 1.2.4
2023-05-03 09:37:13 +00:00
Alyssa Ross
f6b5061108
llvm_7: backport patch for musl 1.2.4
2023-05-03 09:37:13 +00:00
Alyssa Ross
d93bd8e23d
llvm_8: backport patch for musl 1.2.4
2023-05-03 09:37:13 +00:00
Alyssa Ross
768007c210
llvm_9: backport patch for musl 1.2.4
2023-05-03 09:37:13 +00:00
Alyssa Ross
fe65411847
llvm_10: backport patch for musl 1.2.4
2023-05-03 09:37:13 +00:00
Alyssa Ross
2a859f5366
llvm_11: backport patch for musl 1.2.4
2023-05-03 09:37:13 +00:00
Alyssa Ross
45093ead78
llvm_12: backport patch for musl 1.2.4
2023-05-03 09:37:13 +00:00
Alyssa Ross
0bcf8ae82b
llvm_13: backport patch for musl 1.2.4
2023-05-03 09:37:13 +00:00
Alyssa Ross
7a9443a4fe
llvm_14: backport patch for musl 1.2.4
2023-05-03 09:37:13 +00:00
Alyssa Ross
776ba7a410
llvm_15: backport patch for musl 1.2.4
2023-05-03 09:37:13 +00:00
Alyssa Ross
83d1459330
llvmPackages_git.llvm: backport patch for musl 1.2.4
2023-05-03 09:37:13 +00:00
Dennis Gosnell
7be7944bd7
Merge pull request #229629 from r-ryantm/auto-update/purescript
...
purescript: 0.15.8 -> 0.15.9
2023-05-03 18:36:10 +09:00
R. Ryantm
86236aacd5
purescript: 0.15.8 -> 0.15.9
2023-05-03 08:52:50 +00:00