Commit Graph

24752 Commits

Author SHA1 Message Date
DontEatOreo
cd11f730ea shaderc: 2024.0 -> 2025.2
Diff: https://github.com/google/shaderc/compare/v2024.0...v2025.2
2025-05-29 20:32:18 +05:30
K900
37a72a5aa2 Merge remote-tracking branch 'origin/staging-next' into staging 2025-05-29 12:02:16 +03:00
John Ericson
ddf7c357d4 clang-wrapper: add special case for FreeBSD headers (#384615) 2025-05-28 19:52:17 -04:00
Audrey Dutcher
b9c1cebcfa llvmPackages.tblgen: Fix native FreeBSD build 2025-05-28 16:43:51 -07:00
Vladimír Čunát
fda811e458 gcc15: update patches for 15 version (#411025) 2025-05-28 22:53:33 +02:00
sternenseemann
16dca700d7 haskell.compiler.ghc94: don't roundtrip C compilation via assembly
GHC can be used to compile C sources which causes it to drive the
configured C compiler. This is particularly relevant during GHC's own
compilation, e.g. when building the rts. GHC takes a peculiar approach,
always generating intermediate assembly instead of letting the C
compiler emit object files directly. This causes an assembler check in
clang >= 18 to fail on rts/StgCRun.c, failing the GHC build on darwin
completely.

Later GHC versions don't exhibit this issue since object code is emitted
directly since 9.6. The easiest way to resolve the compilation failure
seems to backport this change. However, the patch only applies on
GHC 9.4 which is done here. The patch may be difficult to backport
further, as the changed code was extensively refactored in GHC 9.4.

Reference #367686.
2025-05-28 13:35:12 +02:00
K900
a3612e2210 Merge remote-tracking branch 'origin/staging-next' into staging 2025-05-28 11:42:18 +03:00
nixpkgs-ci[bot]
a1a82570eb Merge 3f62a1ca1a into haskell-updates 2025-05-28 00:23:54 +00:00
Sergei Trofimovich
37ce8aa459 gcc15: apply forgotten no-sys-dirs and mangle-NIX_STORE patches 2025-05-27 22:23:31 +01:00
nixpkgs-ci[bot]
26e0b0347f Merge staging-next into staging 2025-05-27 10:58:40 +00:00
Jörg Thalheim
f925522a7c flutter: optimize evaluation of appBuildDeps (#410782) 2025-05-27 08:34:01 +02:00
nixpkgs-ci[bot]
2e009b167d Merge d9dd002a29 into haskell-updates 2025-05-27 00:22:33 +00:00
nixpkgs-ci[bot]
f55ad1c8a3 Merge staging-next into staging 2025-05-27 00:17:23 +00:00
Bryan Tan
7101805a34 emscripten: patch bugs involving EM_CACHE permissions
As a workaround for https://github.com/NixOS/nixpkgs/issues/282509,
packages built with `emscriptenStdenv` need to set the `EM_CACHE`
environment variable to a folder in the build directory, so that
emscripten uses a copy of the sysroot cache instead of attempting to
write to the sysroot in the Nix store. However, due to the bug
https://github.com/emscripten-core/emscripten/issues/24404, the copied
cache has the same permission bits as the (readonly) one in the Nix
store, resulting in "Permission Denied" errors.

This bug has since been fixed in upstream emscripten, so we can backport
the relevant patches.
2025-05-26 15:19:38 -07:00
Sergei Zimmerman
a254123065 flutter: optimize evaluation of appBuildDeps 2025-05-26 20:19:04 +00:00
Tristan Ross
06fec0cf1f llvmPackages_20: 20.1.4 -> 20.1.5 (#407294) 2025-05-26 11:49:43 -07:00
Philip Taron
b76868988b cc-wrapper: add support for strictflexarrays1 & strictflexarrays3 hardening flags (#400408) 2025-05-26 10:46:00 -07:00
Sergei Trofimovich
67cc3aa69a gcc15: update patches for 15 version 2025-05-26 07:22:09 +01:00
nixpkgs-ci[bot]
3ad24a3914 Merge staging-next into staging 2025-05-26 06:07:11 +00:00
Tristan Ross
e580b3c627 llvmPackages_20.libc: fix by removing scudo (#409966) 2025-05-25 21:42:18 -07:00
nixpkgs-ci[bot]
ee1cce0691 Merge 3108eaa516 into haskell-updates 2025-05-26 00:23:16 +00:00
nixpkgs-ci[bot]
a550eda7b8 Merge staging-next into staging 2025-05-26 00:18:14 +00:00
emaryn
507024d6f9 dart.sentry_flutter: fix 2025-05-26 05:54:59 +08:00
Sergei Trofimovich
dc2e7bea50 gcc14: 14.2.1.20250322 -> 14.3.0
Changes: https://lists.gnu.org/archive/html/info-gnu/2025-05/msg00004.html
2025-05-25 10:01:09 +02:00
Daniel Nagy
35e5c22876 chickenPackages: fix meta.homepage
The old endpoint seems unreachable. We are now pointing to the wiki instead.

Closes #407648
2025-05-25 10:00:00 +02:00
Vladimír Čunát
3d7372384d Merge branch 'master' into staging 2025-05-25 09:51:57 +02:00
Vladimír Čunát
de19a6881e gcc15, gccgo15, gfortran15, gnat15: init at 15.1.0 (#401948) 2025-05-25 09:51:35 +02:00
nixpkgs-ci[bot]
fa0b194f3c Merge 8158addeae into haskell-updates 2025-05-25 00:25:29 +00:00
nixpkgs-ci[bot]
fcdae88e36 Merge staging-next into staging 2025-05-24 18:05:46 +00:00
Tristan Ross
427334394f zig: 0.14.0 -> 0.14.1 (#410322) 2025-05-24 06:22:03 -07:00
R. Ryantm
5188a039c9 dart: 3.7.3 -> 3.8.0 2025-05-24 11:01:34 +00:00
Robert Scott
3f1a00c79d cc-wrapper: add support for strictflexarrays1 & strictflexarrays3 hardening flags
adding strictflexarrays1 to pkgsExtraHardening
2025-05-24 11:10:20 +01:00
Jost Alemann
d9e4682fd4 zig: 0.14.0 -> 0.14.1
Diff: https://github.com/ziglang/zig/compare/0.14.0...0.14.1
Changelog: https://github.com/ziglang/zig/releases/tag/0.14.1
2025-05-24 10:53:31 +02:00
nixpkgs-ci[bot]
a4ceb802d8 Merge staging-next into staging 2025-05-24 06:06:05 +00:00
James Ward
d80991f44c jetbrains-jdk: 21.0.4 -> 21.0.6 2025-05-24 07:24:25 +05:30
nixpkgs-ci[bot]
7f70c4b974 Merge 980ae9854c into haskell-updates 2025-05-23 17:54:05 +00:00
nixpkgs-ci[bot]
4b927f15fb Merge staging-next into staging 2025-05-23 12:07:41 +00:00
Pol Dellaiera
1aef8b4288 intiface-central: 2.6.5 -> 2.6.7 (#408601) 2025-05-23 06:24:33 +00:00
nixpkgs-ci[bot]
93d5cbe07b Merge staging-next into staging 2025-05-23 06:06:33 +00:00
Aleksana
c48ed52005 llvmPackages.lldb-manpages: fix building (#409958) 2025-05-23 11:15:03 +08:00
David McFarland
59196bf30f dotnet: may 2025 releases (#407447) 2025-05-22 22:44:54 -03:00
nixpkgs-ci[bot]
165751d19a Merge fe51d34885 into haskell-updates 2025-05-23 00:23:18 +00:00
Tristan Ross
974c38747b llvmPackages_20.libc: fix by removing scudo 2025-05-22 17:01:58 -07:00
Tristan Ross
02260cbf40 llvmPackages.lldb-manpages: fix building 2025-05-22 16:38:25 -07:00
David McFarland
fcd9bd8793 dotnetCorePackages.dotnet_10.vmr: 10.0.0-preview.3 -> 10.0.0-preview.4 2025-05-22 18:21:35 -03:00
David McFarland
e544936ad4 dotnetCorePackages.dotnet_9.vmr: 9.0.4 -> 9.0.5 2025-05-22 18:21:35 -03:00
David McFarland
96db495c54 dotnetCorePackages.dotnet_8.vmr: 8.0.15 -> 8.0.16 2025-05-22 18:21:35 -03:00
David McFarland
17cadaa620 dotnetCorePackages.sdk_10_0-bin: 10.0.100-preview.3.25201.16 -> 10.0.100-preview.4.25258.110 2025-05-22 18:21:35 -03:00
David McFarland
1773a1438c dotnetCorePackages.sdk_9_0-bin: 9.0.203 -> 9.0.300 2025-05-22 18:21:35 -03:00
David McFarland
841d727e57 dotnetCorePackages.sdk_8_0-bin: 8.0.408 -> 8.0.409 2025-05-22 18:21:35 -03:00