Commit Graph

1058993 Commits

Author SHA1 Message Date
Nick Cao
ef5952be0a vscode-extensions.james-yu.latex-workshop: 10.16.1 -> 10.18.0 (#552238) 2026-08-13 20:27:13 +00:00
Robert Helgesson
8854aa4e14 nixos/readeck: copy config file to mutable place (#538715) 2026-08-13 20:27:05 +00:00
Nick Cao
78ed795b50 prometheus-json-exporter: 0.7.0 -> 0.8.0 (#552317) 2026-08-13 20:26:55 +00:00
Peder Bergebakken Sundt
4248027091 python3Packages.graph-tool: 2.98 -> 3.6 (#548805) 2026-08-13 20:26:52 +00:00
Robert Helgesson
54aa838195 xmpp-dns: init at 0.6.3 (#538745) 2026-08-13 20:26:46 +00:00
Robert Helgesson
fa92ade814 python3Packages.sklearn2pmml: 0.131.0 -> 0.132.0 (#538728) 2026-08-13 20:26:32 +00:00
Nick Cao
8aac64fea6 checkmate: 1.3.3 -> 1.5.0 (#552308) 2026-08-13 20:26:02 +00:00
Robert Helgesson
6aec3657a6 nitter: 0-unstable-2026-06-16 -> 0-unstable-2026-07-11 (#538595) 2026-08-13 20:25:31 +00:00
John Ericson
6b6fa6b5ce gccNGPackages.libgcc: keep the ELF-only bootstrap trick off PE/COFF
The crt-building hack in `postPatch` does two things, both of which assume ELF:

- it forces `libgcc.a` to depend on `crti.o`/`crtn.o`. Those are an ELF
  convention. PE/COFF targets have no such files, so the rule makes the
  build assemble the generic ELF `config/i386/crti.S` with a PE
  assembler, which fails with `junk at end of line`.
- it blanks `SHLIB_LC`, which for ELF is `-lc` and stands in the way of
  linking `libgcc_s.so` before libc exists. On Cygwin and MinGW
  `SHLIB_LC` is instead the list of system import libraries the DLL
  genuinely needs, so blanking it drops real dependencies.

So apply it only on ELF.

That leaves the pre-libc stage on PE/COFF with no way to link a shared
`libgcc`: every symbol in a DLL has to resolve at link time, and the
libc's import library does not exist yet. Build only `libgcc.a` there --
which is all that stage is used for -- and let the shared library be
built as usual once the real libc is present. Which case applies is
read from `stdenv.cc.libc`, as everything else in this package is, with
headers-only stand-ins marking themselves via `passthru.headersOnly`.

ELF targets build the same thing as before but do not keep the same
derivation: `--enable-shared` is now stated outright where configure was
previously left to default to it. `libgcc` for `x86_64-unknown-netbsd`
gains that one flag and nothing else.

Assisted-by: Claude Code (Claude Opus 5)
2026-08-13 16:25:23 -04:00
John Ericson
12633a1f66 gccNGPackages.libgcc: inline the crt-building Makefile hack
We don't really want to share Nix logic with the monolithic GCC build,
as GCC NG is supposed to be unconstrained to go in different directions.

Inline `libgcc-buildstuff.nix` and read `hostPlatform` throughout.

Assisted-by: Claude Code (Claude Opus 5)
2026-08-13 16:24:46 -04:00
Gaetan Lepage
5baa0bef3c git-sim: fix on darwin 2026-08-13 20:24:38 +00:00
Gaetan Lepage
c7a7c4fc42 git-sim: cleanup 2026-08-13 20:24:36 +00:00
Robert Helgesson
34a1871556 hdrhistogram_c: fix pkgsStatic build (#551082) 2026-08-13 20:19:12 +00:00
Peder Bergebakken Sundt
20da5a7f4d dasher: fix version, license; use hash (#546910) 2026-08-13 20:18:42 +00:00
R. Ryantm
5ee115b071 snac2: 2.92 -> 2.94 2026-08-13 20:18:41 +00:00
Peder Bergebakken Sundt
b00b8834cb sqlit-tui: add missing pytz dependency, fix UI test exclusion (#552261) 2026-08-13 20:18:09 +00:00
Gaetan Lepage
3ad4dbd327 python3Packages.pettingzoo: 1.26.1 -> 1.27.0
Diff: https://github.com/Farama-Foundation/PettingZoo/compare/1.26.1...1.27.0

Changelog: https://github.com/Farama-Foundation/PettingZoo/releases/tag/1.27.0
2026-08-13 20:16:01 +00:00
Donovan Glover
d79b12d1dd phraze: 0.3.25 -> 0.3.28 (#551314) 2026-08-13 20:14:42 +00:00
Nick Cao
42a8b0706c daktari: 0.0.347 -> 0.0.348 (#552288) 2026-08-13 20:12:08 +00:00
Gaétan Lepage
7059861d02 ruff: 0.16.2 -> 0.16.3 (#552360) 2026-08-13 20:11:52 +00:00
Nick Cao
53049e693c python3Packages.modal: 1.5.3 -> 1.5.4 (#552285) 2026-08-13 20:11:50 +00:00
Adrian Sieber
0aaabe42e9 woxi: init at 0.3.0 2026-08-13 20:11:33 +00:00
Peder Bergebakken Sundt
663dd55dcc python3Packages.unearth: fix CVE-2026-73030 (#551542) 2026-08-13 20:10:34 +00:00
Nick Cao
05ec6f2c8b nvidia-mig-parted: 0.14.4 -> 0.14.5 (#552343) 2026-08-13 20:09:53 +00:00
Nick Cao
6c996937c3 python3Packages.thriftpy2: fix changelog (#552342) 2026-08-13 20:09:13 +00:00
Nick Cao
6d9fe74f1f python3Packages.aio-geojson-usgs-earthquakes: 2026.6.0 -> 2026.8.1 (#552340) 2026-08-13 20:08:19 +00:00
Nick Cao
195edfe80b python3Packages.typechecks: migrate to pyproject (#552321) 2026-08-13 20:06:46 +00:00
Nick Cao
647870627e python3Packages.staticmap: migrate to pyproject (#552320) 2026-08-13 20:06:29 +00:00
Nick Cao
521bbe5117 python3Packages.timy: migrate to pyproject (#552318) 2026-08-13 20:06:07 +00:00
oddlama
f6bd1aef3a actual-client: init at 26.7.0 (#506686) 2026-08-13 22:10:05 +02:00
R. Ryantm
abf3bc8008 slurm: 26-05-2-1 -> 26-05-3-1 2026-08-13 20:01:06 +00:00
Gaetan Lepage
43f3c836b7 python3Packages.git-dummy: fix build on darwin 2026-08-13 19:58:03 +00:00
Nick Cao
02e9e2b7a6 hysteria: 2.11.0 -> 2.12.1 (#552050) 2026-08-13 19:57:05 +00:00
R. Ryantm
bbf1ad1197 xq-xml: 1.4.0 -> 1.5.0 2026-08-13 19:56:39 +00:00
Nick Cao
06fc3db068 python3Packages.django-silk: 5.5.0 -> 5.5.1 (#552049) 2026-08-13 19:56:23 +00:00
Nick Cao
bd891aee53 vscode-extensions.saoudrizwan.claude-dev: 4.1.3 -> 4.1.8 (#552040) 2026-08-13 19:55:45 +00:00
R. Ryantm
5338a1b85c searxng: 0-unstable-2026-08-04 -> 0-unstable-2026-08-13 2026-08-13 19:54:46 +00:00
Nick Cao
462edfb84b tt-smi: 6.1.0 -> 6.2.0 (#552124) 2026-08-13 19:53:55 +00:00
Nick Cao
58f867ab68 mpls: 0.21.3 -> 0.22.0 (#552114) 2026-08-13 19:53:27 +00:00
Nick Cao
df277ecfac patroni: 4.1.4 -> 4.1.5 (#552100) 2026-08-13 19:51:39 +00:00
Nick Cao
b098de5018 aseprite: 1.3.18.1 -> 1.3.18.2 (#552085) 2026-08-13 19:49:50 +00:00
Nick Cao
1808d69cd0 coc-rust-analyzer: 0-unstable-2026-08-01 -> 0-unstable-2026-08-11 (#552084) 2026-08-13 19:49:10 +00:00
Weijia Wang
cc748657a9 direvent: Fix on Darwin (#523471) 2026-08-13 19:49:04 +00:00
R. Ryantm
a4e0752298 python3Packages.braintree: 4.45.0 -> 4.46.0 2026-08-13 19:48:24 +00:00
pancho horrillo
b07e558c7f scion: 0.12.0 -> 0.15.1
Diff: https://github.com/scionproto/scion/compare/v0.12.0...v0.15.1

- Exclude private/underlay/ebpf from build, which requires development
build mode.
- Set __structuredAttrs
- Set __darwinAllowLocalNetworking, for tests
- Upstream adjusts the test suite with longer timeouts¹ and excluding a
time-sensitive test (TestAcceptLoopParallelism²) when running in CI, which
it detects by checking the environment for the presence of the CI
environment variable.  Parameterize this via ciMode attr, which the
caller can override if they wish to build and run the tests locally.

¹: bb10ec5e2e/pkg/grpc/dialer_test.go (L128-L130)
²: bb10ec5e2e/pkg/snet/squic/net_test.go (L43-L46)

Co-authored-by: phanirithvij <phanirithvij2000@gmail.com>
2026-08-13 21:47:32 +02:00
Leon Klingele
efef4deb45 go_1_26: 1.26.5 -> 1.26.6 2026-08-13 21:46:55 +02:00
dotlambda
9b1ac533bf python3Packages.mat2: pin ffmpeg_8 (#552289) 2026-08-13 19:46:11 +00:00
isabel
539a8b46da chiri: 0.9.2 -> 1.0.0 (#552382) 2026-08-13 19:40:43 +00:00
Martin Weinelt
d4124e1c97 python312: 3.12.13 -> 3.12.14 (#552296) 2026-08-13 19:40:06 +00:00
Gaetan Lepage
7beacf352a python3Packages.git-dummy: cleanup 2026-08-13 19:35:04 +00:00