Commit Graph

24752 Commits

Author SHA1 Message Date
dish
630803b2cd elmPackages.elm-graphql: migrate from internal node-packages.nix set 2025-11-14 18:15:59 -05:00
dish
d10e9c0656 elmPackages.elm-git-install: migrate from internal node-packages.nix set 2025-11-14 18:15:59 -05:00
dish
c4853893c8 elmPackages.elm-optimize-level-2: migrate from internal node-packages.nix set 2025-11-14 18:15:59 -05:00
dish
3b3da8abf1 elmPackages.elm-xref: migrate from internal node-packages.nix set 2025-11-14 18:15:59 -05:00
dish
2767324cf8 elmPackages.elm-verify-examples: migrate from internal node-packages.nix set 2025-11-14 18:15:53 -05:00
dish
8fbb32445c elmPackages.elm-upgrade: migrate from internal node-packages.nix set 2025-11-14 18:15:44 -05:00
dish
f6bbac2dfd elmPackages.elm-spa: migrate from internal node-packages.nix set 2025-11-14 18:15:44 -05:00
dish
32b2a7955b elmPackages.elm-live: migrate from internal node-packages.nix set 2025-11-14 18:15:44 -05:00
dish
096c513053 elmPackages.elm-analyse: migrate from internal node-packages.nix set 2025-11-14 18:15:44 -05:00
dish
436ecd5821 elmPackages.elm-language-server: migrate from internal node-packages.nix set 2025-11-14 18:15:44 -05:00
dish
0816f456ff elmPackages.elm-doc-preview: migrate from internal node-packages.nix set 2025-11-14 18:15:43 -05:00
dish
6711f17ed7 elmPackages: drop overridden elm-test package 2025-11-14 18:09:13 -05:00
Wolfgang Walther
55f496d0eb maintainers: drop various inactive maintainers (#459104) 2025-11-14 22:18:34 +00:00
Gutyina Gergő
550d60aa83 zulu24: drop 2025-11-14 22:06:19 +01:00
Gutyina Gergő
cd32dbcac1 zulu23: drop 2025-11-14 22:05:29 +01:00
David McFarland
446f46cd44 dotnet: november 2025 releases (#461246) 2025-11-14 18:47:37 +00:00
Luna Nova
ce37d84094 go: revert default PIE changes
Reverts default PIE patch for go.
Does not reintroduce usages of removed "pie" hardening flag.

I've made a right mess 😿; we have to back go default PIE out late.

building with -race was just reported broken, there isn't time to investigate.
fixing is a mass rebuild.

People are using nixpkgs' go outside of nix derivations to produce
executables to copy into containers. buildGoModule currently sets
buildmode=exe when CGO_ENABLED=0 but this does nothing to maintain the
existing interface for external users.

We are fortunate that backing out the go PIE change in this manner
does not reintroduce breakage of pkgsMusl.rclone etc
that previously occurred when buildmode=pie *wasn't* set.
The gcc `--enable-default-pie` approach turns out to not cause problems
when mixed with a non-PIE go externally linked build. Historical issues
were due to our linker wrapper being less smart about enabling PIE.

Default PIE for go should be revisited post branch off.

Fixes: #456953
Fixes: #461539
2025-11-14 07:32:04 -08:00
Vladimír Čunát
38ab204bb0 Merge branch 'staging' into staging-next 2025-11-14 10:39:13 +01:00
Ben Siraphob
385a5e2917 gcc15: fix build on aarch64-darwin
This fixes the GCC 15.2.0 build on aarch64-darwin by addressing two issues
in the libgcc build process:

1. Update libgcc-darwin-detection.patch:
- Catch arm64-apple-darwin (which lacks a version number)
- Add t-darwin-libgccs1 to enable libgcc_s.1.dylib compatibility build

2. Added libgcc-darwin-fix-reexport.patch:
- Remove reexport of darwin-unwind.ver symbols in libgcc_s.1.dylib
- These symbols (___register_frame_info, etc.) don't exist in libgcc
  on modern macOS as they come from libSystem

The original build failed with:
  Undefined symbols for architecture arm64:
    "___deregister_frame_info", referenced from:
       -reexported_symbols_list command line option
    ...

This occurred because darwin-unwind.ver lists unwinder symbols that are
excluded from libgcc (via libgcc-libsystem.ver) on macOS 11+ where they
are provided by the system's libSystem.
2025-11-14 00:08:40 -08:00
Tristan Ross
2858ab13ce zig: fix performance issue (#460192) 2025-11-14 06:14:21 +00:00
David McFarland
634c1552b4 dotnetCorePackages.dotnet_10.vmr: 10.0.0-rc.2 -> 10.0.0 2025-11-13 16:05:15 -04:00
kyehn
9eb85548b4 flutter338: 3.38.0 -> 3.38.1 2025-11-13 19:17:32 +00:00
David McFarland
1fd2c26a74 dotnetCorePackages.sdk_10_0-bin: 10.0.100-rc.2.25502.107 -> 10.0.100 2025-11-13 09:21:36 -04:00
David McFarland
8762853331 dotnetCorePackages.dotnet_9.vmr: 9.0.10 -> 9.0.11 2025-11-13 09:21:36 -04:00
David McFarland
faaa1c14f2 dotnetCorePackages.sdk_9_0-bin: 9.0.306 -> 9.0.307 2025-11-13 09:21:35 -04:00
David McFarland
99acf9463a dotnetCorePackages.dotnet_8.vmr: 8.0.21 -> 8.0.22 2025-11-13 09:21:35 -04:00
David McFarland
9cc88eb045 dotnetCorePackages.sdk_8_0-bin: 8.0.415 -> 8.0.416 2025-11-13 09:21:35 -04:00
David McFarland
d2d69c25b2 dotnet/update.nix: use new url for v10 artifacts 2025-11-13 09:21:35 -04:00
David McFarland
dd850b478b dotnet/update.nix: fix gpg in nix-shell 2025-11-13 09:21:35 -04:00
Alyssa Ross
a83136643e rust: 1.91.0 -> 1.91.1 (#460575) 2025-11-12 21:41:38 +00:00
kyehn
4f5e6edadf flutter338: 3.38.0-0.2.pre -> 3.38.0 2025-11-12 21:03:21 +00:00
Vladimír Čunát
de21549a84 staging-next 2025-11-02 (#457894) 2025-11-12 18:00:23 +00:00
Tristan Ross
c4d1151093 flutterPackages-source: clean (#460613) 2025-11-12 17:54:08 +00:00
Sandro
854f8ec3e3 dart.objectbox_flutter_libs: mark as unfree, move to bluebubbles (#442299) 2025-11-12 14:33:32 +00:00
Vladimír Čunát
1d8d3da257 Merge branch 'master' into staging-next 2025-11-12 08:29:34 +01:00
Weijia Wang
81d15a523d julia: drop 1.9, clean up package (#456726) 2025-11-11 21:17:54 +00:00
K900
6cb56e856d Merge remote-tracking branch 'origin/staging-next' into staging 2025-11-11 12:58:21 +03:00
qzylinra
78959ee6e3 flutterPackages-source: clean 2025-11-11 09:16:56 +00:00
Vladimír Čunát
a70fcf7de3 swiftPackages.swift: fix unguarded-availability issues (#459987) 2025-11-11 08:00:52 +00:00
Luka Blašković
f93a104922 rust: 1.91.0 -> 1.91.1 2025-11-11 06:08:54 +00:00
nixpkgs-ci[bot]
aff773c65d Merge master into staging-next 2025-11-11 06:06:44 +00:00
Rowenna Emma
006ab01d64 buildGraalvm: fix native-image on darwin
On Darwin, it is apparently Oracle's intention to be hostile towards
builds of Clang which are not by Apple.

see https://github.com/oracle/graal/issues/12041

If you want native-image to both work on Darwin and use the nix-provided CC
then you must pass it the flags to disable toolchain checking entirely.
Since the flags are mandatory for functionality,
they should be part of the wrapper.
2025-11-10 20:52:47 -08:00
Rowenna Emma
727a55225f buildGraalvm: refactor use of --add-flags
Simplifies the flag-handling code by using only one --add-flags,
rather than treating --add-flags like --add-flag by mapping it onto every flag
2025-11-10 20:52:47 -08:00
Rowenna Emma
483a5e7a0e buildGraalvm: remove unset vars
This patch removes remaining uses of unset bash var $extraNativeImageArgs
which commit bc1bc1aa3 forgot to remove when deleting the var.
2025-11-10 20:52:47 -08:00
K900
81ed1c7278 Merge remote-tracking branch 'origin/master' into staging-next 2025-11-11 00:00:35 +03:00
Alyssa Ross
4094eaa199 llvmPackages_git: 22.0.0-unstable-2025-11-02 -> 22.0.0-unstable-2025-… (#460255) 2025-11-10 12:39:33 +00:00
nixpkgs-ci[bot]
2803f914a0 Merge master into staging-next 2025-11-10 11:04:22 +00:00
Franz Pletz
1fe2647354 libcef: drop (#458774) 2025-11-10 09:52:06 +00:00
nixpkgs-ci[bot]
4b06c7e4a5 Merge master into staging-next 2025-11-10 08:40:03 +00:00
Tristan Ross
57716c3506 llvmPackages_git: 22.0.0-unstable-2025-11-02 -> 22.0.0-unstable-2025-11-09 2025-11-09 21:03:50 -08:00