Commit Graph

25122 Commits

Author SHA1 Message Date
github-actions[bot]
f4335ece6e
Merge staging-next into staging 2023-11-24 12:01:44 +00:00
markuskowa
e267a9ebe3
Merge pull request #268498 from markuskowa/upd-rdma-core
rdma-core: 48.0 -> 49.0
2023-11-24 10:39:32 +01:00
github-actions[bot]
bae0615f26
Merge staging-next into staging 2023-11-24 06:01:25 +00:00
Maciej Krüger
73f9b84ea6
libnl-tiny: build only on linux 2023-11-24 06:43:28 +01:00
Robin Gloster
4cbe7cec1d
Merge pull request #268702 from r-ryantm/auto-update/below
below: 0.6.3 -> 0.7.1
2023-11-24 02:43:39 +01:00
github-actions[bot]
79027ec35d
Merge staging-next into staging 2023-11-23 18:01:20 +00:00
DS
1d7ee9ff09 doc: consolidate info on manual linux kernel configs
The Nixpkgs documentation on the linux kernel builders focused on
using and extending kernels that were already packaged, but never
mentioned that it's possible to also build a kernel almost "from
scratch".
The NixOS documentation went a bit deeper on manual linux kernel
configs, but that information wasn't particularly NixOS-specific.

This commit consolidates the information related to building the
kernel on Nixpkgs's documentation, while keeping any additional
NixOS-specific information on NixOS's documentation.

An additional README.md was created for contributor-facing
documentation.
2023-11-23 08:50:16 -08:00
github-actions[bot]
5f1b5197be
Merge staging-next into staging 2023-11-23 00:02:56 +00:00
Wanja Zaeske
20a73f36fa sssd: add adcli path
Fixes #268924
2023-11-22 22:43:49 +01:00
Jerry Starke
63bba56eeb linuxKernel.kernels.linux_lqx: 6.5.11-lqx2 -> 6.6.2-lqx1 2023-11-22 19:18:20 +01:00
Jerry Starke
688ae46559 linuxKernel.kernels.linux_zen: 6.6.1-zen1 -> 6.6.2-zen1 2023-11-22 19:03:55 +01:00
github-actions[bot]
96c0d0e833
Merge staging-next into staging 2023-11-22 00:02:48 +00:00
Bernardo Meurer
2d17793c38
Merge pull request #268137 from R-VdP/fwupd_1_9_8
fwupd: 1.9.7 -> 1.9.9
2023-11-21 15:08:28 -03:00
r-vdp
b88576b3b4
fwupd: 1.9.8 -> 1.9.9
https://github.com/fwupd/fwupd/releases/tag/1.9.9
2023-11-21 17:34:16 +01:00
Ryan Lahfa
3d733b683a
Merge pull request #267802 from lilyinstarlight/upd/systemd-254.6 2023-11-21 10:38:39 +01:00
github-actions[bot]
a1e27bbf99
Merge staging-next into staging 2023-11-20 18:01:49 +00:00
K900
c244dc1239 linux_4_14: 4.14.329 -> 4.14.330 2023-11-20 15:35:43 +01:00
K900
a08fcd0dac linux_4_19: 4.19.298 -> 4.19.299 2023-11-20 15:35:43 +01:00
K900
a7e86abf01 linux_5_4: 5.4.260 -> 5.4.261 2023-11-20 15:35:43 +01:00
K900
94bb359cd8 linux_5_10: 5.10.200 -> 5.10.201 2023-11-20 15:35:43 +01:00
K900
64de0b9ca9 linux_5_15: 5.15.138 -> 5.15.139 2023-11-20 15:35:43 +01:00
K900
b0e41f9355 linux_6_1: 6.1.62 -> 6.1.63 2023-11-20 15:35:43 +01:00
K900
f1833b9d4d linux_6_5: 6.5.11 -> 6.5.12 2023-11-20 15:35:43 +01:00
K900
8bf55fee35 linux_6_6: 6.6.1 -> 6.6.2 2023-11-20 15:35:43 +01:00
K900
421a0d907b linux_testing: 6.7-rc1 -> 6.7-rc2 2023-11-20 15:35:43 +01:00
R. Ryantm
4b67d1a286 below: 0.6.3 -> 0.7.1 2023-11-20 12:06:02 +00:00
github-actions[bot]
bb547494d0
Merge staging-next into staging 2023-11-19 18:01:21 +00:00
Artturi
46e98ccc96
Merge pull request #268519 from boltzmannrain/coresymbolication_c99_fix 2023-11-19 18:42:32 +02:00
Nick Cao
a6bfda8513
Merge pull request #268495 from Kiskae/nvidia/545-brightness-fix
linuxPackages.nvidia_x11.open: apply brightness patch
2023-11-19 11:00:56 -05:00
Dmitry Ivankov
9ce73e272f darwin.CoreSymbolication: fix C99 compilation
https://hydra.nixos.org/build/241116326/nixlog/1
```
build flags: SHELL=/nix/store/x1xxsh1gp6y389hyl40a0i74dkxiprl7-bash-5.2-p15/bin/bash PREFIX=\$\(out\) CC=cc
cc -F/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -fblocks   -c -o CoreSymbolication.o CoreSymbolication.c
In file included from CoreSymbolication.c:1:
./CoreSymbolication.h:393:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
CSSymbolOwnerSetTransientUserData(CSSymbolOwnerRef owner, uint32_t gen);
^
int
1 error generated.
```

Also submitted patch upstream at
https://github.com/matthewbauer/CoreSymbolication/pull/1

ZHF: #265948
2023-11-19 15:59:22 +01:00
Markus Kowalewski
4472930066 rdma-core: 48.0 -> 49.0 2023-11-19 14:29:51 +01:00
Kiskae
1282d0ee3d linuxPackages.nvidia_x11.open: apply brightness patch 2023-11-19 14:03:10 +01:00
github-actions[bot]
a24f483a6b
Merge staging-next into staging 2023-11-19 00:02:52 +00:00
Nick Cao
653e323f3a
Merge pull request #268140 from NickCao/uhk-agent
uhk-agent: 3.2.0 -> 3.2.1
2023-11-18 18:50:14 -05:00
Nikolay Korotkiy
8faa5b03ce
Merge pull request #268326 from wegank/libiconv-main-program
darwin.libiconv: set mainProgram
2023-11-18 23:52:44 +04:00
github-actions[bot]
39c5241474
Merge staging-next into staging 2023-11-18 18:01:23 +00:00
Weijia Wang
39951cddc7 darwin.libiconv: set mainProgram 2023-11-18 16:57:39 +01:00
Nick Cao
4e69717d07
Merge pull request #268214 from khaneliman/sketchybar
sketchybar: 2.19.3 -> 2.19.4
2023-11-18 09:33:05 -05:00
K900
67f1e6206a
Merge pull request #267304 from katexochen/fix/checksec-2
checksec: add missing deps, don't clean env, add tests
2023-11-18 15:14:00 +03:00
Austin Horstman
7628e3d00f
sketchybar: 2.19.3 -> 2.19.4 2023-11-17 20:59:26 -06:00
github-actions[bot]
cd58dff98b
Merge staging-next into staging 2023-11-18 00:02:40 +00:00
Weijia Wang
fb92c52539
Merge pull request #268071 from moni-dz/skhd-_nspath
skhd: silence implicit-function-declaration warning on Darwin
2023-11-17 21:45:23 +01:00
github-actions[bot]
27846a08e0
Merge staging-next into staging 2023-11-17 18:01:17 +00:00
Nick Cao
458555c0b6
uhk-agent: 3.2.0 -> 3.2.1
Diff: https://github.com/UltimateHackingKeyboard/agent/compare/v3.2.0...v3.2.1
2023-11-17 12:38:15 -05:00
r-vdp
3dce1fe21f
fwupd: 1.9.7 -> 1.9.8
https://github.com/fwupd/fwupd/releases/tag/1.9.8
2023-11-17 18:33:30 +02:00
fortuneteller2k
740d990ce7 skhd: silence implicit-function-declaration warning on Darwin 2023-11-17 23:43:48 +08:00
github-actions[bot]
991a07725b
Merge staging-next into staging 2023-11-17 12:01:30 +00:00
fortuneteller2k
d3c568b7bc maintainers: fortuneteller2k -> moni 2023-11-17 18:03:27 +08:00
Adam Joseph
c7e0f6b905 treewide: s_targetPlatform_hostPlatform_ in non-compiler packages
stdenv.targetPlatform really shouldn't be used by software that
doesn't generate or manipulate binaries.  I reviewed all uses of
targetPlatform outside of pkgs/development/compilers and pkgs/stdenv
and replaced those which weren't involved in something which fits
these criteria.
2023-11-17 08:07:34 +00:00
github-actions[bot]
ed41f11452
Merge staging-next into staging 2023-11-17 06:01:33 +00:00