Commit Graph

24752 Commits

Author SHA1 Message Date
nixpkgs-ci[bot]
6a17058f9f Merge 2169c86993 into haskell-updates 2025-04-26 00:19:31 +00:00
Emily
4e8b25a6ff llvm: print output when running tests 2025-04-25 18:05:28 +01:00
K900
c8c30c91d5 Merge remote-tracking branch 'origin/master' into staging-next 2025-04-25 16:12:45 +03:00
Sandro
fb8af7401c openimageio: 2.5.16.0 -> 3.0.5.0 (#401089) 2025-04-25 14:43:16 +02:00
Zexin Yuan
9064f8b741 osl: use openimageio_2 2025-04-25 15:33:23 +08:00
K900
e0b2b6b172 Merge remote-tracking branch 'origin/master' into staging-next 2025-04-25 09:16:39 +03:00
Peder Bergebakken Sundt
6baec77104 elmPackages.elm-json: 0.2.12 -> 0.2.13 (#400670) 2025-04-25 00:55:00 +02:00
nixpkgs-ci[bot]
c376a565f9 Merge staging-next into staging 2025-04-24 18:04:57 +00:00
R. Ryantm
89e621f351 graalvmPackages.graalvm-ce: 23.0.2 -> 24.0.1 2025-04-24 17:08:51 +00:00
R. Ryantm
227e990f55 graalvmPackages.graaljs: 24.2.0 -> 24.2.1 2025-04-24 17:08:45 +00:00
Tristan Ross
2501c0561a zig.hook: do not print empty lines in build output (#400090) 2025-04-24 07:49:12 -07:00
nixpkgs-ci[bot]
d5802b9fdb Merge 7c3df50c30 into haskell-updates 2025-04-24 00:19:47 +00:00
K900
6a872ad7a9 Merge remote-tracking branch 'origin/staging-next' into staging 2025-04-23 09:43:14 +03:00
Emily
4d04fc1445 treewide: remove references to deprecated darwin.libobjc stub (#400402) 2025-04-22 22:30:16 +01:00
Emily
13bfe7da63 treewide: remove references to deprecated darwin.Libsystem stub (#400424) 2025-04-22 19:49:53 +01:00
sternenseemann
b35c701857 Merge haskell-updates PR #371032 into staging 2025-04-22 12:02:16 +02:00
nixpkgs-ci[bot]
30095bf054 Merge 21c17995f5 into haskell-updates 2025-04-22 00:19:52 +00:00
emaryn
80a8484c54 elmPackages.elm-json: 0.2.12 -> 0.2.13 2025-04-22 06:25:25 +08:00
Emily
c6e59efa8a darwin: drop broken/unused miscellanea (#400406) 2025-04-21 21:24:54 +01:00
Emily
954bb3bb03 treewide: remove references to deprecated darwin.libobjc stub
This was done with booxter’s fantastic [nix-clean-apple_sdk] tool,
simply modified to look for `libobjc` rather than the existing list he
already used in <https://github.com/NixOS/nixpkgs/pull/398707>. Some
manual work was applied, including cleaning up a string interpolation
in the terrifying MacVim derivation, stray comments, empty lists,
function parameters, and `inherit`s, including all of the references in
`all-packages.nix`.

[nix-clean-apple_sdk]: https://github.com/booxter/nix-clean-apple_sdk
2025-04-21 20:41:03 +01:00
Antoine du Hamel
dc8397c07b upgrade nodejs_18 dependents in prevision for upcoming EOL 2025-04-21 19:56:15 +02:00
Alexandru Tocar
8b64942df0 zig.hook: do not print empty lines in build output 2025-04-21 12:29:06 +02:00
K900
1bb422239f Merge remote-tracking branch 'origin/staging-next' into staging 2025-04-21 10:01:23 +03:00
Emily
afcf1c942e smlnj: remove references to deprecated darwin.Libsystem stub
That code path is only used for 32‐bit Darwin.
2025-04-21 01:50:00 +01:00
Emily
9ae19902e0 ponyc: adjust for new Darwin SDK pattern
There is still a remaining warning:

    ld: warning: object file (/nix/store/mn46c4sb8qcjmw6iy1dh9rivk8i8kg5d-ponyc-0.58.6/lib/pony/0.58.6/lib/native/libponyrt.a(except_try_catch.o)) was built for newer macOS version (15.0) than being linked (13.0)

but I suspect that might have to do with our toolchain’s target
triple or something and anyway I’ve spent more time on this than
I wanted to already. The package was broken beforehand so this is
an improvement.
2025-04-21 01:50:00 +01:00
nixpkgs-ci[bot]
7488571818 Merge 98922e9e6d into haskell-updates 2025-04-21 00:21:01 +00:00
Emily
4c6d3b0724 darwin.swift-corelibs-foundation: drop
Broken since at least 24.11, stuck on a version from 2018, and no
longer relevant with the new SDK pattern. A newer version is packaged
separately for the Swift compiler, so maybe it could be revived there
if people clamour for a source‐built CoreFoundation in the future.
2025-04-20 23:19:16 +01:00
Tristan Ross
b5d9b75f12 fstar: 2024.09.05 -> 2025.03.25 (#374917) 2025-04-20 15:06:43 -07:00
Morgan Jones
4fe4ed7602 fstar: 2024.09.05 -> 2025.03.25
The F* team significantly cleaned up the build. Based on the Nix
expression here:

https://github.com/FStarLang/FStar/blob/master/.nix/fstar.nix

Move to by-name and adopt the Z3 4.8.5 patches since we are now the only
package that depends on Z3 4.8.5 in nixpkgs.
2025-04-20 12:39:27 -07:00
7c6f434c
ab3142603f fpc: add apple-sdk SDKROOT to default library paths (#400248) 2025-04-20 18:18:14 +00:00
nixpkgs-ci[bot]
bcb880ef3c Merge staging-next into staging 2025-04-20 06:05:24 +00:00
Ihar Hrachyshka
5ca364e30a fpc: add apple-sdk SDKROOT to default library paths
This fixes darwin build for xidel, among other things.

Note: there are some impurities in the package where xcode and other
paths may be injected into build environment. These are left out of
scope for this patch, to be dealt by other interested parties.

Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
2025-04-19 23:51:45 -04:00
Aleksana
f3d3ffe8e1 go: add loongarch64 cpu support (#399995) 2025-04-20 09:30:56 +08:00
Emily
b59337b837 treewide: remove usage of deprecated apple_sdk frameworks (#398707) 2025-04-20 01:46:03 +01:00
Ihar Hrachyshka
dd0f03a56c treewide: remove usage of deprecated apple_sdk framework stubs
They are not doing anything right now. This is in preparation for their
complete removal from the tree.

Note: several changes that affect the derivation inputs (e.g. removal of
references to stub paths in build instructions) were left out. They will
be cleaned up the next iteration and will require special care.

Note: this PR is a result of a mix of ugly regex (not AST) based
automation and some manual labor. For reference, the regex automation
part was hacked in: https://github.com/booxter/nix-clean-apple_sdk

Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
2025-04-19 20:28:20 -04:00
nixpkgs-ci[bot]
b809478c6b Merge 2f41d74e75 into haskell-updates 2025-04-20 00:21:26 +00:00
nixpkgs-ci[bot]
32a844bfb7 Merge staging-next into staging 2025-04-20 00:17:44 +00:00
R. Ryantm
0f592af09c dart: 3.7.2 -> 3.7.3 2025-04-19 21:57:40 +00:00
sternenseemann
6eafb08399 Merge commit ee446f457b into haskell-updates 2025-04-19 20:48:13 +02:00
Tristan Ross
d2e95d833d zig: drop 0.11, use ninja (#397597) 2025-04-19 11:35:03 -07:00
nixpkgs-ci[bot]
5ec4cb1365 Merge staging-next into staging 2025-04-19 18:05:00 +00:00
emaryn
9bddccc8ef dart.rhttp: refactor and add 0.11.0 2025-04-19 17:59:48 +00:00
aleksana
b90cd8e521 rust: add loongarch64-linux platforms 2025-04-19 14:07:41 +02:00
aleksana
4720a507e9 go: add loongarch64 cpu support 2025-04-19 16:03:33 +08:00
nixpkgs-ci[bot]
7e049f9274 Merge staging-next into staging 2025-04-19 06:05:15 +00:00
Peder Bergebakken Sundt
fb8ab343e4 mangayomi: 0.5.2 -> 0.6.0 (#396073) 2025-04-19 04:03:50 +02:00
nixpkgs-ci[bot]
deb427c42b Merge staging-next into staging 2025-04-18 18:05:33 +00:00
Yt
269cb2b78b gleam: move to by-name, cleanup (#399635) 2025-04-18 13:45:56 -04:00
nixpkgs-ci[bot]
1d6d2b9e41 Merge staging-next into staging 2025-04-18 06:05:43 +00:00
Tristan Ross
7da54773ad flutter329: 3.29.2 -> 3.29.3 (#398941) 2025-04-17 21:43:45 -07:00