Commit Graph

695724 Commits

Author SHA1 Message Date
Artturin
62f2fc1ae5 tests.cc-wrapper: Add NIX_CC_USE_RESPONSE_FILE check 2024-10-21 21:41:12 +03:00
Artturin
985072e2ce cc-wrapper: Hardcode path to mktemp and rm if possible
These commands are run after the path backup is restored

Co-authored-by: IlyaNiklyaev <ilya.niklyaev@gmail.com>
2024-10-21 21:41:12 +03:00
Emily
e056730f13
Revert "aliases: cleanup old throw aliases" (#350292) 2024-10-21 18:45:01 +01:00
Emily
8a70e31a6e Revert "aliases: cleanup old throw aliases"
The removals broke evaluation.

This reverts commit 47f610fbee.
2024-10-21 18:43:20 +01:00
Emily
390b4514b6 Revert "aliases: manual cleanup of nodejs-{14,16} variants that were left by previous script"
The removals broke evaluation.

This reverts commit ffa3d12fc3.
2024-10-21 18:43:20 +01:00
Emily
49cdf14c56
aliases: cleanup old throw aliases (#350289) 2024-10-21 18:27:15 +01:00
Fabián Heredia Montiel
ffa3d12fc3 aliases: manual cleanup of nodejs-{14,16} variants that were left by previous script 2024-10-21 11:24:48 -06:00
Fabián Heredia Montiel
47f610fbee aliases: cleanup old throw aliases
maintainers/scripts/remove-old-aliases.py --year 2024 --month 4 --file pkgs/top-level/aliases.nix --only-throws
2024-10-21 11:19:27 -06:00
Nick Cao
cdc4328a33
python312Packages.edk2-pytool-library: 0.21.12 -> 0.22.2 (#349877) 2024-10-21 13:19:25 -04:00
Nick Cao
12994a90d8
keycloak: 26.0.0 -> 26.0.1 (#349286) 2024-10-21 13:19:08 -04:00
nixpkgs-merge-bot[bot]
f1018bd4c9
gitlab-release-cli: 0.18.0 -> 0.19.0 (#350242) 2024-10-21 17:18:44 +00:00
Adam C. Stephens
04ffa382ab
audiobookshelf: 2.15.0 -> 2.15.1 (#349688) 2024-10-21 12:53:14 -04:00
7c6f434c
b50c7a376e
icu76: init at 76.1rc (#345784) 2024-10-21 16:49:49 +00:00
Nikolay Korotkiy
394fbdae02
xournalpp: 1.2.3 -> 1.2.4 (#350094) 2024-10-21 20:08:01 +04:00
Atemu
26619c1a00
protonvpn-gui: 4.4.4 -> 4.6.0 (#343204) 2024-10-21 18:03:35 +02:00
taku0
f681f34066
thunderbird-bin-unwrapped: 128.3.1esr -> 128.3.2esr (#350132) 2024-10-22 01:02:51 +09:00
Mathew Polzin
173a44dd6c
fireplace: nix-darwin bugfix (#348547) 2024-10-21 10:44:13 -05:00
Emily
ea86438a3f
binutils-unwrapped: remove broken vc4 sources (#350247) 2024-10-21 16:39:53 +01:00
Emily
37efe91349
Revert "bmake: 20240808 -> 20240921" (#350263) 2024-10-21 16:30:59 +01:00
Leona Maroni
f9302aa224
youtrack: 2024.2.41254 -> 2024.3.47197 (#343555) 2024-10-21 17:28:21 +02:00
Alyssa Ross
bdf4373046 webrtc-audio-processing_1: use upstream's OS list
This will allow disabling optional webrtc-audio-processing
functionality on e.g. FreeBSD.
2024-10-21 17:18:04 +02:00
Damien Cassou
80da651aa1
iosevka-comfy: 2.0.0 -> 2.1.0 (#350202) 2024-10-21 17:16:49 +02:00
Sandro
204a1a733f
python312Packages.lineax: 0.0.6 -> 0.0.7 (#350209) 2024-10-21 17:13:15 +02:00
Vladimír Čunát
661a05d10e
Revert "bmake: 20240808 -> 20240921"
This reverts commit bf21377621.

This wasn't a big rebuild on nixpkgs master, but now on staging-next
it would rebuild *-darwin stdenv, which would be too expensive
at this point.

(cherry picked from commit 65f28f123e)

Applying to master as well to minimize the potential for confusion
about bmake being unexpectedly downgraded.
2024-10-21 17:13:00 +02:00
Alyssa Ross
2e1dd3a8c0 godot_4: use separateDebugInfo
This way, people who need debug symbols don't have to rebuild to get
them, without them having to be included in the main outputs.
2024-10-21 17:06:42 +02:00
Franz Pletz
26a699af7b
nixos/nginx: remove rejectSSL assertion (#350224) 2024-10-21 16:58:12 +02:00
Emily
4a5e52829b
binutils: remove autoreconfHook on iOS (#350251) 2024-10-21 15:54:21 +01:00
Sandro
d9d2bfd583
git-extras: 7.2.0 -> 7.3.0 (#350038) 2024-10-21 16:41:06 +02:00
Sandro
a41566739f
python312Packages.imgtool: remove (#347346) 2024-10-21 16:40:35 +02:00
Sandro
33fe064e44
exo: 0-unstable-2024-10-09 -> 0-unstable-2024-10-21 (#350184) 2024-10-21 16:39:03 +02:00
Emily
55070a33dc
signal-desktop-beta: 7.30.0-beta.1 -> 7.30.0-beta.2 (#349675) 2024-10-21 15:33:36 +01:00
Alyssa Ross
99d0e4996d
binutils: remove autoreconfHook on iOS
This was added in ebc2243778 ("binutils: Add iOS as a supported
platform"), at the same time as a patch.  That patch was removed in
045c2d219d ("binutils-unwrapped: remove broken iOS patch"), and I'm
not sure what other reason there would be for autoreconfHook to be
required specifically for iOS, so I think we can remove it.  It's not
possible to test since iOS cross has been broken for months, and
keeping this around is making other refactors (like adding cross
binutils packages) harder.
2024-10-21 16:27:09 +02:00
Florian Klink
2903620ee3
tflint-plugins.tflint-ruleset-aws: 0.32.0 -> 0.34.0 (#350223) 2024-10-21 16:24:18 +02:00
Alyssa Ross
4955cb9a09
binutils-unwrapped: remove broken vc4 sources
This hasn't made it past patchPhase since dde943e535 ("Revert
"Revert "Merge pull request #86954 from
lovesegfault/binutils-2.34"""), more than four ago.  It's therefore
safe to say that nobody depends on this continuing to work in recent
Nixpkgs, and all these targetPlatform conditionals are making new
development (like adding cross binutils packages), so let's just
remove it.

It can be brought back if somebody wants to make it work in future,
but given that upstream binutils will continue to diverge from the
stagnant vc4 fork, a better way of doing this would be to upstream vc4
support to binutils, or at the very least use a different expression
for vc4 binutils.
2024-10-21 16:18:52 +02:00
Nick Cao
716018160d
fcitx5-pinyin-moegirl: 20240909 -> 20241009 (#349968) 2024-10-21 10:17:47 -04:00
Nick Cao
227e4d2b03
broot: 1.44.0 -> 1.44.1 (#349737) 2024-10-21 10:06:45 -04:00
Nick Cao
3435f637a2
python312Packages.ydata-profiling: 4.10.0 -> 4.11.0 (#349766) 2024-10-21 10:05:53 -04:00
Nick Cao
4f520e292d
shpool: 0.7.1 -> 0.8.0 (#349893) 2024-10-21 10:04:38 -04:00
Nick Cao
9c674995ab
altair: 7.3.6 -> 8.0.0 (#349901) 2024-10-21 10:02:13 -04:00
Nick Cao
623dc67106
python312Packages.google-nest-sdm: 5.0.1 -> 6.1.0 (#349916) 2024-10-21 10:00:48 -04:00
Nick Cao
38b6581d34
zef: 0.22.2 -> 0.22.4 (#349926) 2024-10-21 09:59:50 -04:00
Nick Cao
37da956739
step-kms-plugin: 0.11.5 -> 0.11.6 (#349929) 2024-10-21 09:59:14 -04:00
Nick Cao
2b80f3f99a
nexttrace: 1.3.4 -> 1.3.5 (#349930) 2024-10-21 09:58:43 -04:00
Nick Cao
ad777c48d1
misconfig-mapper: 1.9.0 -> 1.10.0 (#349932) 2024-10-21 09:57:24 -04:00
Nick Cao
acd8e641ab
halo: 2.19.3 -> 2.20.5 (#349934) 2024-10-21 09:55:28 -04:00
Nick Cao
f16970b899
zsh-wd: 0.9.0 -> 0.9.1 (#349935) 2024-10-21 09:54:06 -04:00
Nick Cao
456bbac5ad
fluidd: 1.30.4 -> 1.30.5 (#349937) 2024-10-21 09:52:03 -04:00
K900
85fd1f69e8
home-assistant-custom-lovelace-modules.universal-remote-card: 4.1.0 -> 4.1.1 (#350087) 2024-10-21 16:51:34 +03:00
K900
99f71de360
home-assistant-custom-components.smartthinq-sensors: 0.40.1 -> 0.40.3 (#350088) 2024-10-21 16:51:11 +03:00
Nick Cao
c7fc9c5982
opengrok: 1.13.22 -> 1.13.23 (#349939) 2024-10-21 09:50:52 -04:00