Emery Hemingway
d925734d3b
Nim: add meta.mainProgram
2023-05-15 17:28:15 +01:00
Mario Rodas
7cd263abf7
Merge pull request #226414 from marsam/add-c0
...
c0: init at unstable-2022-10-25
2023-05-14 15:29:12 -05:00
Weijia Wang
1bec372529
Merge pull request #231543 from nicknovitski/fix-mruby
...
mruby: fix build on darwin
2023-05-14 15:04:59 +02:00
Sergei Trofimovich
e86e25fd5d
Merge pull request #228388 from trofi/gcc13
...
gcc13, gccgo13, gfortran13, gnat13: init at 13.1.0
2023-05-13 21:16:40 +01:00
Vladimír Čunát
1ba92fc952
Merge branch 'master' into staging-next
2023-05-13 19:23:59 +02:00
Sergei Trofimovich
4b8b00f56c
gcc13, gccgo13, gfortran13, gnat13: init at 13.1.0
...
It's a copy of `gcc12.cc` implementation. Nothing special added here.
Note that gccgo13 does not build yet (similar to existing gccgo12).
The failure is related to libgcc_s.so lookup problems. Not specific
to gcc-13 release.
Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-05-13 13:18:08 +01:00
Francesco Gazzetta
7b5fb7cf98
Merge pull request #231618 from r-ryantm/auto-update/lobster
...
lobster: 2023.5 -> 2023.6
2023-05-13 14:11:50 +02:00
github-actions[bot]
51e24f4508
Merge master into staging-next
2023-05-13 12:01:05 +00:00
Sandro
f96c763702
Merge pull request #231070 from revol-xut/lfc
...
lingua-franca: 0.3.0 -> 0.4.0
2023-05-13 12:49:13 +02:00
R. Ryantm
66d193a467
lobster: 2023.5 -> 2023.6
2023-05-13 07:09:40 +00:00
github-actions[bot]
0b21b8d8a6
Merge master into staging-next
2023-05-13 06:01:08 +00:00
Maciej Krüger
0294e83aaa
Merge pull request #231319 from hacker1024/package/flutter-3.10
...
flutter: 3.7.12 -> 3.10.0
2023-05-13 03:14:42 +02:00
github-actions[bot]
2f665c348c
Merge master into staging-next
2023-05-13 00:02:05 +00:00
figsoda
15f699fbf9
rustfmt: fix warning
...
rustPlatform.rust has been deprecated in https://github.com/NixOS/nixpkgs/pull/230951
2023-05-12 19:49:14 -04:00
Javier Olaechea
dd584d82f1
rustfmt: fix on darwin
...
Reading this [rust-issue] it seems that we have to link against
rustc_driver. The [clippy.nix] expression already does something similar
Of the 4 executables found in the result of building rustfmt only
rustfmt and git-rustfmt needed to be linked. The other worked without
linking to rustc_driver.
[rust-issue]: https://github.com/rust-lang/rust/pull/105609
[clippy.nix]: c8cf570dae/pkgs/development/compilers/rust/clippy.nix (L27-L36)
2023-05-12 18:44:20 -04:00
Nick Novitski
d2bccc54e0
mruby: fix build on darwin
2023-05-12 14:10:25 -07:00
Martin Weinelt
7818e35cc0
Merge pull request #231503 from figsoda/kind2
...
kind2: 0.3.7 -> 0.3.10
2023-05-12 22:06:16 +02:00
Martin Weinelt
2ee9aa3a8c
Merge pull request #231490 from figsoda/hvm
...
hvm: 1.0.0 -> 1.0.8
2023-05-12 22:02:50 +02:00
github-actions[bot]
206417b7a2
Merge master into staging-next
2023-05-12 18:01:18 +00:00
figsoda
bc3ae46139
kind2: 0.3.7 -> 0.3.10
...
Diff: https://diff.rs/kind2/0.3.7/0.3.10
2023-05-12 13:40:24 -04:00
Nick Cao
cbfad2969a
Merge pull request #230965 from GaetanLepage/julia-bin
...
julia-bin: 1.8.5 -> 1.9.0
2023-05-13 00:06:11 +08:00
figsoda
187c93d636
hvm: 1.0.0 -> 1.0.8
...
Diff: https://diff.rs/hvm/1.0.0/1.0.8
2023-05-12 11:43:34 -04:00
Alyssa Ross
46cb0eb1a9
rustPlatform.rust: deprecate
...
It is almost never correct to use these attributes, because they don't
work correctly with splicing. Compare:
% nix repl -f . --argstr crossSystem aarch64-linux
Welcome to Nix 2.10.3. Type :? for help.
Loading installable ''...
Added 18988 variables.
nix-repl> callPackage ({ stdenv, rustc }: (stdenv.mkDerivation { name = ""; nativeBuildInputs = [ rustc ]; }).nativeBuildInputs) {}
«derivation /nix/store/bjrkg8kcq3hvg5kb03ivb856zy91qpbk-aarch64-unknown-linux-gnu-rustc-1.69.0.drv» ]
nix-repl> callPackage ({ stdenv, rustPlatform }: (stdenv.mkDerivation { name = ""; nativeBuildInputs = [ rustPlatform.rust.rustc ]; }).nativeBuildInputs) {}
«derivation /nix/store/ra5r07j52y7akclr827r3dzxzvqnvfbl-rustc-1.69.0.drv» ]
I'm not sure this is fixable. I don't think it's worth keeping them
around considering we have top level attributes. It makes overriding
slightly more annoying, but only slightly.
2023-05-12 15:31:21 +00:00
Alyssa Ross
5e06b3cb19
treewide: don't use rustPlatform.rust
...
This will be deprecated in the next commit.
2023-05-12 15:31:21 +00:00
Gaetan Lepage
242173b0f2
julia-bin: 1.8.5 -> 1.9.0
2023-05-12 15:50:31 +02:00
hacker1024
6af167f231
flutter: Keep 3.7 available
2023-05-12 23:09:41 +10:00
hacker1024
97b7363358
flutter: Append to search paths in the wrapper
...
Appending to search paths allows dependencies to be replaced at runtime.
This is useful, for example, to the Dart packaging mechanism, which supplies a wrapped version of Git that spoofs cached Git package revisions for Pub.
2023-05-12 23:09:41 +10:00
hacker1024
7f36f6e96b
flutter: 3.7.12 -> 3.10.0
2023-05-12 23:09:41 +10:00
hacker1024
4f4359d6ca
dart: 2.19.6 -> 3.0.0
2023-05-12 23:02:52 +10:00
github-actions[bot]
30ae8398a9
Merge master into staging-next
2023-05-12 12:01:26 +00:00
Marigold-infrabot
9c2e30bd1e
ligo: 0.64.2 -> 0.65.0 ( #231142 )
...
* ligo: 0.64.2 -> 0.65.0
* ligo: make compatible with hacl-star 0.7.0 again
* ligo: Remove broken changelog generation
---------
Co-authored-by: Laurent CaniBot <laurent@marigold.dev>
Co-authored-by: Ulrik Strid <ulrik.strid@outlook.com>
2023-05-12 13:37:12 +02:00
github-actions[bot]
84352fc449
Merge master into staging-next
2023-05-12 00:01:57 +00:00
hacker1024
6b30711c43
flutter: Install Android variant artifacts in platform subdirectories ( #231296 )
...
* flutter: Allow installing artifacts in subdirectories
* flutter: Install Android variant artifacts in platform subdirectories
2023-05-11 23:55:11 +02:00
revol-xut
c1ee77dc1e
lingua-franca: 0.3.0 -> 0.4.0
2023-05-11 14:10:38 +02:00
github-actions[bot]
079dc4c27d
Merge master into staging-next
2023-05-11 00:02:13 +00:00
sternenseemann
b3fb03d00f
Merge pull request #228965 from NixOS/haskell-updates
...
haskellPackages: update stackage and hackage
2023-05-10 22:45:32 +02:00
Sandro
f431ee4a85
Merge pull request #226492 from Luflosi/update/yosys
...
yosys: 0.28 -> 0.29
2023-05-10 20:01:29 +02:00
Sandro
1715b160f0
Merge pull request #218905 from GZGavinZhao/ldc
...
ldc: 1.30.0 -> 1.31.0, bump bootstrap ldc to 1.30.0, bump LLVM to 14
2023-05-10 19:24:11 +02:00
sternenseemann
bd8335552e
Merge remote-tracking branch 'origin/master' into haskell-updates
2023-05-10 16:32:00 +02:00
Luflosi
122ba37e0c
yosys: 0.28 -> 0.29
...
https://github.com/YosysHQ/yosys/releases/tag/yosys-0.29
2023-05-10 15:45:25 +02:00
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
2e420f985d
p4c: 1.2.3.8 -> 1.2.3.9
2023-05-05 10:07:56 +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
Pavol Rusnak
8df372080e
Merge pull request #229537 from KenMacD/gcc-arm-embedded-args
...
gcc-arm-embedded: pass args to gdb
2023-05-03 10:31:51 +02:00
Ulrik Strid
4edb4dca94
Merge pull request #228539 from ligolang/ligo--0_64_2
...
ligo: 0.60.0 -> 0.64.2
2023-05-03 10:01:27 +02:00
Kenny MacDermid
584c58cf27
gcc-arm-embedded: pass args to gdb
...
The wrapper around `arm-none-eabi-gdb` was not passing through
the command line arguments. This would cause build systems that
attempted to determine the gdb version to hang.
Match the other wrapper by adding `"$@"`, and using `exec` to
call the unwrapped process.
2023-05-02 17:01:29 -03:00
InfraBot
f5a8cfa45b
ligo: 0.60.0 -> 0.64.2
2023-05-02 16:59:56 +02:00
Vincent Laporte
37bcc5d9c2
stanc: use Dune 3
2023-05-02 16:25:01 +02:00
github-actions[bot]
2f777e46bc
Merge master into staging-next
2023-05-02 12:01:14 +00:00
Maciej Krüger
429d14f15f
Merge pull request #228467 from gilice/expose-mkFlutter
2023-05-02 13:34:00 +02:00
Naïm Favier
44f30edf56
haskell.compiler.ghcjs: fix build ( #228749 )
...
Apply a patch from upstream `ghcjs/ghcjs/ghc-8.10` (not yet present in
the obsidiansystems fork we follow) to fix a build failure caused by an
emscripten update.
As the patch itself modifies patches that are used during configuration
(by `makePackages.sh`), it must be applied in the configured source derivation.
2023-05-02 11:46:08 +02:00
Weijia Wang
9433be146c
Merge pull request #229314 from ConnorBaker/fix/apple-sdk-remove-cf-private
...
apple_sdk: remove cf-private alias
2023-05-02 11:21:27 +03:00