Commit Graph

24752 Commits

Author SHA1 Message Date
Yiyu Zhou
c6567abbf1 aroccPackages.latest-unwrapped: 0-unstable-2025-03-05 -> 0-unstable-2025-11-09 2025-11-09 20:05:06 -08:00
Patryk Sondej
fcafa71408 zig: remove unneeded dynamic-linker option 2025-11-10 00:23:09 +01:00
Patryk Sondej
a35e308a57 zig: fix performance issue 2025-11-10 00:23:07 +01:00
MithicSpirit
ab10b4da90 idris2Packages.pack: 2024-02-07 -> 2025-11-06
Now that the compiler is updated, we can also update pack. This
introduces several dependency changes, and a more scaleable solution
for handling these will be necessary in the future.
2025-11-09 15:30:14 -05:00
Sam
5b123afb9a swiftPackages.swift: prefix unguarded-availability flag with -Xcc
The Swift wrapper uses a hook directly from cc-wrapper to set the
`-target` flag appropriately. This works because Clang and Swift use the
same syntax for `-target`, but there was never a guarantee that this
compatibility would be true for every option set in the hook. Indeed,
commit 369cc5c66b (PR #445119) made
availability warnings into errors by setting the
`-Werror=unguarded-availability` flag in this hook, which Swift doesn't
accept at the top level. This caused all invocations of Swift to fail
with the error `unknown argument: '-Werror=unguarded-availability'` -
including the bootstrap Swift, which meant that `swiftPackages.swift`
would fail.

This commit adds all `-Werror` flags to the list of flags that need to
be prefixed with `-Xcc`. I could have just dropped the flag, since Swift
already makes this an error, but you can have C/C++ targets in Swift
packages and we'd want to pass this flag on to them. (I'm not sure
whether the clang used for those targets is already wrapped, but if it
is there is no harm done.)
2025-11-09 00:00:27 -07:00
Sam
89f7581b9e swiftPackages.swift: ignore unguarded-availability error
I couldn't figure out how to get CMake to set the correct target, as it
insisted on using OS X 10.9 no matter what I set.
2025-11-08 23:38:55 -07:00
7c6f434c
4823e89d1b Merge branch 'staging' into sbcl/2.5.10 2025-11-08 22:01:02 +00:00
Hraban Luyat
f789192d2b sbcl: 2.5.9 -> 2.5.10 2025-11-08 12:36:23 -05:00
Paul Meyer
1edaf6d179 go: only apply PIE by default when CGO is enabled (#458867) 2025-11-08 12:25:02 +00:00
K900
f15639fe25 Merge remote-tracking branch 'origin/staging-next' into staging 2025-11-07 23:10:11 +03:00
nixpkgs-ci[bot]
47990e2a0b Merge master into staging-next 2025-11-07 18:06:03 +00:00
Sandro
93b26a6dd9 flclash: 0.8.87 -> 0.8.90 (#445455) 2025-11-07 17:39:03 +00:00
phanirithvij
e1e864788c dart.objectbox_flutter_libs: move to bluebubbles
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
2025-11-07 09:43:48 +05:30
phanirithvij
d424f41292 dart.objectbox_flutter_libs: fix objectbox-c source
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
2025-11-07 09:41:46 +05:30
phanirithvij
1b899f547f dart.objectbox_flutter_libs: mark as unfree
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
2025-11-07 09:41:46 +05:30
R. Ryantm
d9c1101d41 smlnj: 110.99.8 -> 110.99.9 2025-11-07 03:21:16 +00:00
nixpkgs-ci[bot]
4ff3efbb26 Merge staging-next into staging 2025-11-07 00:19:05 +00:00
nixpkgs-ci[bot]
6d1529ce8c Merge master into staging-next 2025-11-07 00:17:59 +00:00
Fabián Heredia Montiel
66e382a8ad javaPackages.compiler.openjdk25: 25+36 -> 25.0.1+8 (#455771) 2025-11-06 21:10:55 +00:00
Leona Maroni
2d692585c7 temurin-{,jre-}bin-23: drop, open{jdk,jfx}23: drop (#403247) 2025-11-06 20:27:33 +00:00
nixpkgs-ci[bot]
5549ea1b2c Merge staging-next into staging 2025-11-06 18:28:39 +00:00
nixpkgs-ci[bot]
b24205e0ee Merge master into staging-next 2025-11-06 18:06:03 +00:00
Wolfgang Walther
c64bcccaf5 treewide: mark as broken on darwin (last successful Hydra build in 2024) (#458861) 2025-11-06 17:44:30 +00:00
Luna Nova
4d1d61c75c go: set buildmode=exe when CGO_ENABLED=0
To avoid breaking previous documented[^1] behavior of CGO_ENABLED=0
producing fully static binaries we set buildmode=exe. Sadly go
does not support static-pie binaries so this means these packages
lose ASLR.

This is likely to be revisited after branch-off, as
go packages in the main package set with CGO_ENABLED=0 not having
ASLR is not good security posture in the long term and makes
go packages inconsistent with other languages.

[1]: See #var-go-CGO_ENABLED

Fixes: #456953
Fixes: 08aadbf8d4
2025-11-06 08:00:41 -08:00
Sandro
9cfe424589 finamp: 0.9.19-beta -> 0.9.20-beta (#454294) 2025-11-06 15:55:48 +00:00
nixpkgs-ci[bot]
d0b93a6015 Merge staging-next into staging 2025-11-06 11:20:17 +00:00
Wolfgang Walther
9728ef4d54 Merge branch 'master' into staging-next 2025-11-06 12:15:27 +01:00
Wolfgang Walther
215c5bf597 maintainers: drop havvy
Inactive since 2023.
2025-11-06 10:58:08 +01:00
zowoq
01607ddca8 go_1_24: 1.24.9 -> 1.24.10
Changelog: https://go.dev/doc/devel/release#go1.24
2025-11-06 14:33:33 +10:00
Leon Klingele
5cb4fe3fef go_1_25: 1.25.3 -> 1.25.4 2025-11-06 05:24:59 +01:00
qzylinra
e538beb4ac libcef: drop 2025-11-06 04:08:59 +00:00
Luna Nova
7e415ae008 go.tests: test skopeo and ashens exe types 2025-11-05 14:23:40 -08:00
nixpkgs-ci[bot]
7fd0646827 Merge staging-next into staging 2025-11-05 18:06:46 +00:00
nixpkgs-ci[bot]
32f4d4f61d Merge master into staging-next 2025-11-05 18:05:53 +00:00
Rafael Ieda
cdc8050f8e treewide: mark as broken on darwin (last successful Hydra build in 2024) 2025-11-05 12:57:40 -03:00
Luna Nova
e73b7bfc68 go: move tests to separate file for sharing between versions 2025-11-05 07:16:12 -08:00
nixpkgs-ci[bot]
5846f8057b Merge staging-next into staging 2025-11-05 06:07:50 +00:00
nixpkgs-ci[bot]
b43ee8e4e2 Merge master into staging-next 2025-11-05 06:06:46 +00:00
qzylinra
5b6735adf9 flutter: remove unused code 2025-11-05 05:58:57 +00:00
Tristan Ross
d749418ffa flutter338: init at 3.38.0-0.2.pre (#454687) 2025-11-05 03:51:57 +00:00
nixpkgs-ci[bot]
192e7c987a Merge staging-next into staging 2025-11-05 00:18:23 +00:00
nixpkgs-ci[bot]
4434bd9511 Merge master into staging-next 2025-11-05 00:17:33 +00:00
Rolf Schröder
24232f2eea corretto11: 11.0.26.4.1 -> 11.0.29.7.1
Gradle7 is phased out in nixpkgs but corretto <= 21 does not support
Gradle8. See https://github.com/corretto/corretto-21/issues/114#issuecomment-3198171683.
Hence, ./corretto11-gradle8.patch is added. This patch is loosely based
on https://github.com/corretto/corretto-jdk/pull/135.
2025-11-04 22:26:01 +01:00
Rolf Schröder
0057e680db corretto17: 17.0.14.7.1 -> 17.0.17.10.1
Gradle7 is phased out in nixpkgs but corretto <= 21 does not support
Gradle8. See https://github.com/corretto/corretto-21/issues/114#issuecomment-3198171683.
Hence, ./corretto17-gradle8.patch is added. This patch is loosely based
on https://github.com/corretto/corretto-jdk/pull/135.
2025-11-04 22:25:56 +01:00
Rolf Schröder
3d9220e6ca corretto21: 21.0.6.7.1 -> 21.0.9.11.1
Gradle7 is phased out in nixpkgs but corretto <= 21 does not support
Gradle8. See https://github.com/corretto/corretto-21/issues/114#issuecomment-3198171683.
Hence, ./corretto21-gradle8.patch is added. This patch is loosely based
on https://github.com/corretto/corretto-jdk/pull/135.
2025-11-04 22:25:56 +01:00
Ben Siraphob
61d6b1390b gccNGPackages.libbacktrace: fix tests on darwin (#458007) 2025-11-04 20:26:18 +00:00
Winter
826c4e658a rust: 1.90.0 -> 1.91.0 (#457185) 2025-11-04 19:32:56 +00:00
nixpkgs-ci[bot]
b07ca7b994 Merge master into staging-next 2025-11-04 19:27:06 +00:00
DSeeLP
7aea7e1aa9 dart.flutter_discord_rpc: add 1.1.0 2025-11-04 18:09:15 +01:00
Ross Smyth
ef981af9a9 cargo-auditable: RossSmyth adopts 2025-11-04 11:41:30 -05:00