Commit Graph

1011211 Commits

Author SHA1 Message Date
Aliaksandr 4df3376569 stdenv: linux: inherit nukeReferences through xgcc/stage2/stage3
nukeReferences was rebuilt at every stage where it appeared (xgcc, stage2,
stage3 — 3 redundant builds beyond stage1's initial build). It is used only
at build time (to scrub references from libidn2/libunistring at stage2),
never appears in the final stdenv's runtime closure, and its outputs are
not propagated into other final-closure derivations.

Adding it to the inherit list at xgcc, stage2, and stage3 collapses the
chain to a single stage1 build. Stage4 still produces its own nukeReferences
through the regular package set; that one is unused by the final stdenv.

Build-only dependency, so this is safe with respect to the
`disallowedRequisites` check on the final stdenv-linux.
2026-06-06 03:56:11 +03:00
Aliaksandr 053f02f232 stdenv: linux: drop dead dejagnu.doCheck=false override from stage2
dejagnu is never demand-built in the bootstrap closure (verified via
`nix-store --query --requisites | grep dejagnu` returning empty on
master). The override existed but the resulting derivation was never
referenced by anything stage2+ actually builds.

Verified by drv-hash equality: stdenv.drvPath is unchanged
(q2xn5647kadsgpz40xcmjssa0pmdmiwi-stdenv-linux.drv).
2026-06-06 03:56:11 +03:00
Aliaksandr 0a27772068 stdenv: linux: drop dead enableGold=false override from stage1
The override at `super.binutils-unwrapped.override { enableGold = false; }`
defined a stage1 `binutils-unwrapped` derivation that was never used:
xgcc-stage and stage2 both build their own fresh `super.binutils-unwrapped`
without inheriting from stage1, so the gold-disabled rebuild never appeared
in the build graph (verified via `nix-store --query --requisites`).

Verified by drv-hash equality: stdenv.drvPath is unchanged
(q2xn5647kadsgpz40xcmjssa0pmdmiwi-stdenv-linux.drv).
2026-06-06 03:56:11 +03:00
Aliaksandr 5c20ed83dd stdenv: linux: centralise updateAutotoolsGnuConfigScriptsHook in stageFun
The hook was added six times — once in each of stages 1, xgcc, 2, 3, 4
(and again at the final stdenv) — to teach configure scripts about
non-x86_64 architectures. Wire it once inside stageFun instead, guarded
by `prevStage ? updateAutotoolsGnuConfigScriptsHook` so the dummy stage
(whose prevStage is the raw stub) is unaffected.

The final stdenv (built outside stageFun) keeps its explicit entry.

Eval-verified: stdenv.drvPath is unchanged from master
(q2xn5647kadsgpz40xcmjssa0pmdmiwi-stdenv-linux.drv).
2026-06-06 03:56:06 +03:00
Grimmauld 8627190cae libapparmor: 4.1.7 -> 5.0.0 (#515507) 2026-06-04 13:52:01 +00:00
Marcin Serwin 99bc0708fe sord: 0.16.20 -> 0.16.22 (#489399) 2026-06-04 13:30:03 +00:00
Marcin Serwin 9f830c9dd1 dash: 0.5.13.3 -> 0.5.13.4 (#518509) 2026-06-04 13:13:29 +00:00
nixpkgs-ci[bot] c17ef83cb7 Merge staging-next into staging 2026-06-04 13:06:19 +00:00
nixpkgs-ci[bot] 93cae095e9 Merge master into staging-next 2026-06-04 13:05:37 +00:00
nikstur 8294eff231 systemd: 260.1 -> 260.2 (#524791) 2026-06-04 13:00:39 +00:00
Fabian Affolter e45c47d631 python3Packages.nicegui: 3.8.0 -> 3.12.1 (#527718) 2026-06-04 12:52:42 +00:00
Fabian Affolter 0416d73ccf circup: 3.0.3 -> 3.0.4 (#527936) 2026-06-04 12:52:12 +00:00
Fabian Affolter 62f44868cb python3Packages.ua-generator: init at 2.1.1, python3Packages.garminconnect: 0.2.40 -> 0.3.5 (#527953) 2026-06-04 12:52:05 +00:00
Fabian Affolter 55feb7a08f python3Packages.google-cloud-shell: 1.15.0 -> 1.16.0 (#527954) 2026-06-04 12:51:57 +00:00
Fabian Affolter 77bf7e1031 gallia: 2.0.2 -> 2.1.1 (#527937) 2026-06-04 12:51:20 +00:00
Fabian Affolter 318b63d54b exploitdb: 2026-05-27 -> 2026-06-02 (#527938) 2026-06-04 12:51:14 +00:00
Fabian Affolter e2f048ca06 goshs: 2.0.9 -> 2.1.0 (#527939) 2026-06-04 12:51:09 +00:00
Fabian Affolter d2e89fb521 python3Packages.mitogen: 0.3.48 -> 0.3.49 (#527941) 2026-06-04 12:51:05 +00:00
Fabian Affolter 73f80445b4 python3Packages.xiaomi-ble: 1.12.2 -> 1.12.3 (#527950) 2026-06-04 12:50:41 +00:00
Fabian Affolter 7a386c0059 theharvester: 4.11.0 -> 4.11.1 (#527951) 2026-06-04 12:50:26 +00:00
Fabian Affolter e3d2544b4f python3Packages.holidays: 0.97 -> 0.98 (#527952) 2026-06-04 12:50:17 +00:00
Fabian Affolter 02bc16c06e python3Packages.microsoft-kiota-http: 1.10.1 -> 1.10.2 (#527407) 2026-06-04 12:49:28 +00:00
Peder Bergebakken Sundt 5e8711eb5c waves: 0.1.44 -> 0.1.45 (#523594) 2026-06-04 12:47:45 +00:00
Marcin Serwin 4ad7a06b58 pferd: 3.9.0 -> 3.9.2 (#516782) 2026-06-04 12:44:41 +00:00
Fabian Affolter 5fdcf787d6 python3Packages.mypy-boto3-*: updates (#527934) 2026-06-04 12:40:46 +00:00
Fabian Affolter 4a1812dbad python3Packages.tencentcloud-sdk-python: 3.1.107 -> 3.1.109 (#527925) 2026-06-04 12:40:08 +00:00
nixpkgs-ci[bot] 3c1b58f0b9 amp-cli: 0.0.1779772576-g751b94 -> 0.0.1780564400-g2007df (#527958) 2026-06-04 12:39:59 +00:00
Adam C. Stephens bc8556ecf2 halloy: 2026.7 -> 2026.7.1 (#527731) 2026-06-04 12:39:11 +00:00
nixpkgs-ci[bot] 6d4770e96c git-wt: 0.28.0 -> 0.29.0 (#527880) 2026-06-04 12:34:29 +00:00
nixpkgs-ci[bot] 04440bfb97 lacy: 0.7.0 -> 0.7.1 (#527828) 2026-06-04 12:34:24 +00:00
Doron Behar 0a74eaa088 zsh: 5.9 -> 5.9.1 (#526633) 2026-06-04 12:32:31 +00:00
Fabian Affolter 7f378af0b0 python3Packages.gehomesdk: 2026.5.1 -> 2026.5.4 (#527940) 2026-06-04 12:30:10 +00:00
Fabian Affolter b435d9d360 python3Packages.xiaomi-ble: 1.12.2 -> 1.12.3
Diff: https://github.com/Bluetooth-Devices/xiaomi-ble/compare/v1.12.2...v1.12.3

Changelog: https://github.com/Bluetooth-Devices/xiaomi-ble/releases/tag/v1.12.3
2026-06-04 14:25:52 +02:00
R. Ryantm d7991bac2b amp-cli: 0.0.1779772576-g751b94 -> 0.0.1780564400-g2007df 2026-06-04 12:22:25 +00:00
Fabian Affolter 88bc7e0c36 theharvester: 4.11.0 -> 4.11.1
Diff: https://github.com/laramies/theharvester/compare/4.11.0...4.11.1

Changelog: https://github.com/laramies/theHarvester/releases/tag/4.11.1
2026-06-04 14:22:04 +02:00
Fabian Affolter 0c1dcefd44 python3Packages.garminconnect: 0.2.40 -> 0.3.5
Changelog: https://github.com/cyberjunky/python-garminconnect/releases/tag/0.3.5
2026-06-04 14:19:34 +02:00
Fabian Affolter f9b5a11a33 python3Packages.ua-generator: init at 2.1.1
Random user-agent generator

https://github.com/iamdual/ua-generator
2026-06-04 14:18:24 +02:00
K900 336a60dc3a wrapQtAppsHook: support structuredAttrs (#526277) 2026-06-04 12:12:53 +00:00
Fabian Affolter 7911bdbc0c python3Packages.google-cloud-shell: 1.15.0 -> 1.16.0
Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-shell-v1.16.0/packages/google-cloud-shell/CHANGELOG.md
2026-06-04 14:08:34 +02:00
nikstur 1335546dcc rshim-user-space: 2.6.6 -> 2.7.3 (#526668) 2026-06-04 12:07:17 +00:00
Fabian Affolter 5938d20592 python3Packages.holidays: 0.97 -> 0.98
Diff: https://github.com/vacanza/python-holidays/compare/v0.97...v0.98

Changelog: https://github.com/vacanza/holidays/blob/v0.98/CHANGES.md
2026-06-04 14:07:16 +02:00
Fabian Affolter 7a54895bf7 python3Packages.mitogen: 0.3.48 -> 0.3.49
Diff: https://github.com/mitogen-hq/mitogen/compare/v0.3.48...v0.3.49

Changelog: https://github.com/mitogen-hq/mitogen/blob/v0.3.49/docs/changelog.rst
2026-06-04 14:05:36 +02:00
Sefa Eyeoglu 384f060266 pnpm_11: 11.4.0 -> 11.5.1 (#525754) 2026-06-04 12:01:08 +00:00
R. Ryantm 3fb5ead193 python3Packages.gehomesdk: 2026.5.1 -> 2026.5.4 2026-06-04 11:59:28 +00:00
Fabian Affolter 3a28c1d827 goshs: 2.0.9 -> 2.1.0
Diff: https://github.com/patrickhener/goshs/compare/v2.0.9...v2.1.0

Changelog: https://github.com/patrickhener/goshs/releases/tag/refs/tags/v2.1.0
2026-06-04 13:59:11 +02:00
Fabian Affolter 0a745835c5 gallia: 2.0.2 -> 2.1.1
Changelog: https://github.com/Fraunhofer-AISEC/gallia/releases/tag/v2.1.1
2026-06-04 13:57:45 +02:00
Fabian Affolter 590efd8e05 circup: 3.0.3 -> 3.0.4
Diff: https://github.com/adafruit/circup/compare/3.0.3...3.0.4

Changelog: https://github.com/adafruit/circup/releases/tag/3.0.4
2026-06-04 13:56:08 +02:00
Fabian Affolter 5e968ff195 exploitdb: 2026-05-27 -> 2026-06-02
Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/2026-05-27...2026-06-02
2026-06-04 13:55:05 +02:00
Michele Guerini Rocco ed4cc7b671 nixos/wireless: restrict chown /etc/wpa_supplicant scope (#527135) 2026-06-04 11:54:49 +00:00
Fabian Affolter c2bbb3ac49 python3Packages.microsoft-kiota-serialization-form: 1.9.8 -> 1.10.2 (#495977) 2026-06-04 11:44:00 +00:00