| Commit message (Expand) | Author | Age | Files | Lines |
| * | [llvm-19] buildMozillaMach: apply upstream WASI SDK workaround for LLVM 19 (#...origin/llvm-19 | Emily | 2024-11-07 | 1 | -0/+19 |
| |\ |
|
| | * | buildMozillaMach: apply upstream WASI SDK workaround for LLVM 19•••I have no idea why this is necessary for us and why the upstream patch
doesn’t work, but this gets the Mozilla packages building on LLVM
19 in the meantime while we try to figure that out.
Closes: #352724
| Emily | 2024-11-07 | 1 | -0/+19 |
| |/ |
|
| * | [llvm-19] rust: use LLVM 19 (#354149) | Emily | 2024-11-07 | 2 | -11/+11 |
| |\ |
|
| | * | rust: use LLVM 19 | Emily | 2024-11-07 | 2 | -11/+11 |
| |/ |
|
| * | llvmPackages: llvmPackages_{16,18} -> llvmPackages_19 | Emily | 2024-11-07 | 1 | -12/+1 |
| * | wasilibc: 21 -> 22-unstable-2024-10-16•••Contains fixes for LLVM 19.
| Emily | 2024-11-07 | 1 | -3/+3 |
| * | memorymapping{,Hook}: droporigin/emily/push-nkyqpvqvxwzn | Emily | 2024-11-07 | 9 | -70/+5 |
| * | memstream{,Hook}: drop | Emily | 2024-11-07 | 12 | -81/+11 |
| * | nixVersions.{nix_2_24,git}: remove code for macOS < 11 | Emily | 2024-11-07 | 1 | -23/+4 |
| * | darwin.top: remove code for macOS < 11 | Emily | 2024-11-07 | 1 | -3/+2 |
| * | darwin.text_cmds: remove code for macOS < 11 | Emily | 2024-11-07 | 3 | -76/+5 |
| * | darwin.system_cmds: remove code for macOS < 11•••We need to pull in an additional XNU header for a tool we are now
able to build.
| Emily | 2024-11-07 | 3 | -79/+20 |
| * | darwin.shell_cmds: remove code for macOS < 11 | Emily | 2024-11-07 | 2 | -47/+18 |
| * | darwin.removefile: remove code for macOS < 11 | Emily | 2024-11-07 | 2 | -14/+1 |
| * | darwin.patch_cmds: remove code for macOS < 11 | Emily | 2024-11-07 | 2 | -9/+1 |
| * | darwin.network_cmds: remove code for macOS < 11 | Emily | 2024-11-07 | 1 | -3/+2 |
| * | darwin.mail_cmds: remove code for macOS < 11 | Emily | 2024-11-07 | 3 | -141/+0 |
| * | darwin.libresolv: remove code for macOS < 11 | Emily | 2024-11-07 | 1 | -11/+4 |
| * | darwin.libpcap: remove code for macOS < 11 | Emily | 2024-11-07 | 1 | -3/+0 |
| * | darwin.file_cmds: remove code for macOS < 11 | Emily | 2024-11-07 | 3 | -208/+13 |
| * | darwin.diskdev_cmds: remove code for macOS < 11 | Emily | 2024-11-07 | 2 | -11/+2 |
| * | darwin.copyfile: remove code for macOS < 11 | Emily | 2024-11-07 | 1 | -9/+1 |
| * | darwin.adv_cmds: remove code for macOS < 11 | Emily | 2024-11-07 | 5 | -69/+5 |
| * | darwin.IOKitTools: remove code for macOS < 11 | Emily | 2024-11-07 | 1 | -7/+4 |
| * | python3: remove code for macOS < 11 | Emily | 2024-11-07 | 2 | -6/+0 |
| * | gcc: remove code for macOS < 11 | Emily | 2024-11-07 | 1 | -36/+0 |
| * | cctools: remove code for macOS < 11•••As with ld64, flags added as part of macOS 10.12 compatibility shims
(in this case `-undefined dynamic_lookup`) were inadvertently fixing
the build. The Xcode project links `otool-classic` and `strip` against
`libc++`; why it was previously working on AArch64 without linking
against it or passing `-undefined dynamic_lookup`, I can’t fathom.
| Emily | 2024-11-07 | 3 | -75/+4 |
| * | ld64: use the SDK source release packages | Emily | 2024-11-07 | 1 | -23/+9 |
| * | ld64: remove code for macOS < 11•••We need to make `-DPRIVATE` unconditional, as it’s required for a
XNU header definition that is only used on `x86_64-darwin`, but was
coincidentally getting set by a now‐obsolete compatibility shim.
| Emily | 2024-11-07 | 1 | -42/+5 |
| * | llvmPackages.libcxx: remove code for macOS < 11 | Emily | 2024-11-07 | 2 | -89/+27 |
| * | llvmPackages.lldb: remove code for macOS < 11 | Emily | 2024-11-07 | 3 | -41/+1 |
| * | llvmPackages.compiler-rt: remove code for macOS < 11 | Emily | 2024-11-07 | 1 | -11/+2 |
| * | stdenv/darwin: remove code for old SDKs | Emily | 2024-11-07 | 1 | -8/+1 |
| * | apple-sdk: remove code for old SDKs | Emily | 2024-11-07 | 4 | -40/+4 |
| * | darwin.apple_sdk_10_12: drop | Emily | 2024-11-07 | 3 | -276/+5 |
| * | apple-sdk_{10_12,10_13,10_14,10_15}: drop•••These can no longer be used now that the minimum is 11.3.
| Emily | 2024-11-07 | 4 | -736/+4 |
| * | haskellPackages.network: remove code for macOS < 11•••This reverts commit 2573d499bd7cfb3d1d1f52e20c5b8bf49eb5f7d8.
| Emily | 2024-11-07 | 1 | -7/+0 |
| * | gtk4: remove code for macOS < 11 | Emily | 2024-11-07 | 1 | -7/+0 |
| * | libsForQt5.qtbase: remove code for macOS < 11 | Emily | 2024-11-07 | 1 | -8/+3 |
| * | darwin: set the minimum version to macOS 11.3 | Emily | 2024-11-07 | 5 | -111/+55 |
| * | nixos/doc/rl-2505: announce macOS version support policy | Emily | 2024-11-07 | 1 | -0/+25 |
| * | Merge staging-next into staging | github-actions[bot] | 2024-11-07 | 405 | -2277/+6113 |
| |\ |
|
| | * | Merge master into staging-next | github-actions[bot] | 2024-11-07 | 331 | -690/+963 |
| | |\ |
|
| | | * | zellij: 0.40.1 -> 0.41.1 (#353630) | Ramses | 2024-11-07 | 3 | -74/+90 |
| | | |\ |
|
| | | | * | zellij: format | r-vdp | 2024-11-07 | 1 | -21/+29 |
| | | | * | zellij: move to by-name | r-vdp | 2024-11-07 | 2 | -2/+0 |
| | | | * | zellij: make sure to link to our provided curl | r-vdp | 2024-11-07 | 1 | -0/+19 |
| | | | * | zellij: adapt to new darwin SDK pattern | r-vdp | 2024-11-07 | 2 | -10/+1 |
| | | | * | zellij: 0.40.1 -> 0.41.1•••https://github.com/zellij-org/zellij/releases/tag/v0.41.0
https://github.com/zellij-org/zellij/releases/tag/v0.41.1
| r-vdp | 2024-11-07 | 1 | -5/+5 |
| | | * | | ladybird: 0-unstable-2024-10-22 -> 0-unstable-2024-11-06 | R. Ryantm | 2024-11-07 | 1 | -3/+3 |