Emily
ce788776a5
Merge master into staging-next
2024-11-09 12:51:01 +00:00
aleksana
571c71e6f7
treewide: migrate packages to pkgs/by-name, take 1
...
We are migrating packages that meet below requirements:
1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration
The tool is here: https://github.com/Aleksanaa/by-name-migrate .
2024-11-09 20:04:51 +08:00
github-actions[bot]
f3327c0d2a
Merge master into staging-next
2024-11-09 00:13:55 +00:00
Weijia Wang
8cccca1f90
linuxPackages.isgx: mark as broken for kernels >= 6.4 ( #353876 )
2024-11-09 01:09:20 +01:00
Maximilian Bosch
e62a69dc68
linux_5_4: 5.4.284 -> 5.4.285
2024-11-08 20:08:06 +01:00
K900
6a2e37b318
linux/update-mainline: fix oldest version check
2024-11-08 22:01:52 +03:00
Maximilian Bosch
7c1e8955b7
linux_latest-libre: 19643 -> 19663
2024-11-08 19:51:34 +01:00
Maximilian Bosch
040a0dae71
linux-rt_6_6: 6.6.52-rt43 -> 6.6.58-rt45
2024-11-08 19:51:14 +01:00
Maximilian Bosch
0216aad174
linux-rt_6_1: 6.1.111-rt42 -> 6.1.112-rt43
2024-11-08 19:51:00 +01:00
Maximilian Bosch
f919f99e9c
linux-rt_5_15: 5.15.167-rt79 -> 5.15.170-rt81
2024-11-08 19:50:48 +01:00
Maximilian Bosch
878ea7b096
linux_5_10: 5.10.228 -> 5.10.229
2024-11-08 19:50:35 +01:00
Maximilian Bosch
c51850c016
linux_5_15: 5.15.170 -> 5.15.171
2024-11-08 19:50:27 +01:00
Maximilian Bosch
bf6ccfccdb
linux_6_1: 6.1.115 -> 6.1.116
2024-11-08 19:50:17 +01:00
Maximilian Bosch
cab288a305
linux_6_6: 6.6.59 -> 6.6.60
2024-11-08 19:50:00 +01:00
Maximilian Bosch
019f743c69
linux_6_11: 6.11.6 -> 6.11.7
2024-11-08 19:49:39 +01:00
Maximilian Bosch
eaa9c5eba8
linux_testing: 6.12-rc5 -> 6.12-rc6
2024-11-08 19:49:31 +01:00
Martin Weinelt
2900723943
Merge remote-tracking branch 'origin/master' into staging-next
2024-11-08 18:40:48 +01:00
Austin Horstman
c9dc6abd72
linuxPackages_5_x.perf: fix build with Python 3.12 ( #353969 )
2024-11-08 11:06:58 -06:00
John Ericson
50f7983ec7
openbsd.stand: init ( #353925 )
2024-11-08 09:14:30 -05:00
John Ericson
f86e4be082
openbsd.makefs: init ( #353929 )
2024-11-08 09:10:40 -05:00
John Ericson
4860654497
freebsd.mkimg: support openbsd partitions guids ( #353923 )
2024-11-08 08:57:58 -05:00
github-actions[bot]
4ab3ca7c50
Merge master into staging-next
2024-11-08 06:04:48 +00:00
Masum Reza
e818264fe2
goku: 0.6.0 -> 0.7.2; refactor ( #353144 )
2024-11-08 10:47:32 +05:30
github-actions[bot]
d16ff942dc
Merge master into staging-next
2024-11-08 00:14:06 +00:00
Franz Pletz
68ed257875
linuxPackages.ddcci-driver: 0.4.4 -> 0.4.5-unstable-2024-09-26 ( #354241 )
2024-11-08 00:19:33 +01:00
github-actions[bot]
3533282a88
Merge master into staging-next
2024-11-07 20:49:24 +00:00
Emily
3a6d4d006a
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc ( #354197 )
2024-11-07 18:16:05 +00:00
K900
a3600c0788
Merge remote-tracking branch 'origin/master' into staging-next
2024-11-07 21:06:37 +03:00
Franz Pletz
7d3b07b120
linuxPackages.ddcci-driver: 0.4.4 -> 0.4.5-unstable-2024-09-26
...
Also fixes builds with Linux 6.11.
2024-11-07 16:20:28 +01:00
John Ericson
e05973a53b
lib.systems.doubles: add aarch64-windows double ( #335067 )
2024-11-07 10:07:40 -05:00
Jenny
2285ef7338
trace-cmd: 3.2 -> 3.3.1 + add updateScript ( #349309 )
2024-11-07 14:19:14 +01:00
github-actions[bot]
b3a0f2d3f1
Merge master into staging-next
2024-11-07 12:05:37 +00:00
Reno Dakota
52bf1163fa
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc
...
In preparation to eliminate the lib output for the unwrapped clang, use
`lib.getLib` to access the `lib` output.
2024-11-07 10:27:41 +00:00
Vladimír Čunát
8f763477ba
upower: Fix a race condition in test_sibling_priority_no_overwrite ( #350534 )
2024-11-07 11:23:15 +01:00
Emily
2a61b919d2
darwin.copyfile: use a bootstrap SDK
...
This is required to avoid an infinite recursion via `darwin.libutil`
on `x86_64-darwin`.
2024-11-07 07:28:09 +00:00
Emily
8072991b1d
apple-sdk: propagate the libutil
library ( #353873 )
2024-11-07 01:05:45 +00:00
Emily
7863b8cf18
netbsd.install: drop darwin.libutil
dependency
2024-11-07 00:39:35 +00:00
Fabián Heredia Montiel
2f31bf4c47
linux/hardened/patches/6.11: init at v6.11.6-hardened1
2024-11-06 18:15:54 -06:00
Fabián Heredia Montiel
97acbad9c2
linux/hardened/patches/6.6: v6.6.53-hardened1 -> v6.6.59-hardened1
2024-11-06 18:15:53 -06:00
Fabián Heredia Montiel
9a646c23ed
linux/hardened/patches/6.1: v6.1.112-hardened1 -> v6.1.115-hardened1
2024-11-06 18:06:32 -06:00
Fabián Heredia Montiel
1b09fcc957
linux/hardened/patches/5.15: v5.15.167-hardened1 -> v5.15.170-hardened1
2024-11-06 18:06:27 -06:00
Fabián Heredia Montiel
990be31cfe
linux/hardened/patches/5.10: v5.10.226-hardened1 -> v5.10.228-hardened1
2024-11-06 18:06:23 -06:00
seth
b57c78d026
windows.mingw_w64: fix building on arm
2024-11-06 17:27:15 -05:00
seth
3d51188a76
windows.mingw_w64*: use lib for autoconf flags
2024-11-06 17:27:15 -05:00
seth
14e440390a
windows.mingw_w64*: 11.0.1 -> 12.0.0
...
Changelog: https://www.mingw-w64.org/changelog/#v1200-2024-05-29
Only notable change for our purposes is UCRT now being the default, so
either it or MSVCRT must be explicitly passed
2024-11-06 17:27:14 -05:00
seth
613a1dafd5
windows.*: format with nixfmt
2024-11-06 17:27:11 -05:00
github-actions[bot]
e9877d256b
Merge staging-next into staging
2024-11-06 18:04:56 +00:00
Theodore Ni
e296bdf4c3
spacebar: switch to apple-sdk_12; move to by-name ( #353749 )
2024-11-06 08:49:26 -08:00
Travis Athougies
f3ce0f26fe
linuxPackages_5_x.perf: fix build with Python 3.12
...
Python 3.12 removed the distutils library, but perf < 6.0 depends on it.
This also disables the dmesg path patch for version 5.4 because it does
not apply there.
2024-11-06 09:21:42 +01:00
github-actions[bot]
ca614aa53a
Merge staging-next into staging
2024-11-06 06:05:28 +00:00