Thiago Kenji Okada
0aefadec65
Merge pull request #207296 from wegank/chuck-darwin
...
chuck: 1.4.1.0 -> 1.4.1.1, unbreak on aarch64-darwin
2023-01-08 14:54:04 +00:00
Fabian Affolter
055830fad8
Merge pull request #209457 from r-ryantm/auto-update/bpfmon
...
bpfmon: 2.50 -> 2.51
2023-01-08 00:19:05 +01:00
Fabian Affolter
eabbe8b96f
bpfmon: add changelog to meta
2023-01-07 23:28:51 +01:00
Artturi
f56de234bb
Merge pull request #207652 from Artturin/splicenixfmt
2023-01-07 17:42:25 +02:00
R. Ryantm
4372f03a9d
bpfmon: 2.50 -> 2.51
2023-01-07 11:20:00 +00:00
Thiago Kenji Okada
1982ffbdd1
Merge pull request #209262 from NickCao/nvidia
...
linuxPackages.nvidia_x11_production: 525.60.11 -> 525.78.01
2023-01-07 10:41:23 +00:00
Graham Christensen
8552d36ed3
Merge pull request #204673 from whiteley/5.15-rt
...
Add linux-rt-5.15
2023-01-06 19:56:41 +00:00
Matt Whiteley
be5854b57b
linux-rt-5.15: 5.15.79-rt54 -> 5.15.86-rt56
2023-01-06 10:46:56 -08:00
Artturi
17e4794068
Merge pull request #208247 from fortuneteller2k/xanmod
2023-01-06 19:13:11 +02:00
Adam Joseph
88e32095e1
linux/kernel: backport symbol GPLification fix from 5.19
...
Linux has a few PowerPC-specific symbols which are marked as GPL exports; these
symbols wound up being exposed in Linux 5.12 and are needed by OpenZFS. The
symbol licensing was fixed in mainline 5.19; this commit backports the fix to
all previous affected kernels.
This commit is required in order to build the NixOS ISO for PowerPC64.
2023-01-06 15:59:38 +01:00
fortuneteller2k
2a31c36f3e
linux_xanmod: 5.15.81 -> 5.15.84
2023-01-06 18:59:38 +08:00
fortuneteller2k
924976e001
linux_xanmod_latest: 6.1.0 -> 6.1.3
2023-01-06 18:59:38 +08:00
Thiago Kenji Okada
2c285e4b2f
Merge pull request #209238 from PedroHLC/zen-kernels-6.1.3
...
zen-kernels: 6.1.2 -> 6.1.3
2023-01-06 10:41:11 +00:00
Anthony Roussel
1b28b9c555
powertop: format with nixpkgs-fmt
2023-01-06 04:53:58 +01:00
Anthony Roussel
700dda2156
powertop: 2.14 -> 2.15
2023-01-06 04:53:55 +01:00
Anthony Roussel
7816224051
powertop: add anthonyroussel to maintainers
2023-01-06 04:52:03 +01:00
Nick Cao
b7a1f8484c
linuxPackages.nvidia_x11_production: 525.60.11 -> 525.78.01
2023-01-06 11:06:12 +08:00
Nick Cao
e29dd5e157
nvidia-x11: remove unused binding to kernelModVersion
2023-01-06 10:26:41 +08:00
P. R. d. O
b33102ec56
android-udev-rules: 20220611 -> 20230104
2023-01-05 18:05:28 -06:00
PedroHLC ☭
9c21b5bcd8
linuxKernel.kernels.linux_zen: 6.1.2-zen1 -> 6.1.3-zen1
2023-01-05 19:31:51 -03:00
PedroHLC ☭
4d0d25a37e
linuxKernel.kernels.linux_lqx: 6.1.2-lqx1 -> 6.1.3-lqx1
2023-01-05 18:50:03 -03:00
Bernardo Meurer
3ebdfd53b6
Merge pull request #209050 from lovesegfault/kernel-updates
2023-01-05 12:04:10 -03:00
Bernardo Meurer
2af7e9a30b
linux_testing: 6.1-rc8 -> 6.2-rc2
2023-01-04 12:43:29 -03:00
Bernardo Meurer
05912cd5a4
linux/hardened/patches/6.0: 6.0.15-hardened1 -> 6.0.16-hardened1
2023-01-04 12:36:42 -03:00
Bernardo Meurer
fab20a5d50
linux/hardened/patches/5.15: 5.15.85-hardened1 -> 5.15.86-hardened1
2023-01-04 12:36:25 -03:00
Bernardo Meurer
a54325524c
linux: 6.1.2 -> 6.1.3
2023-01-04 12:35:40 -03:00
Bernardo Meurer
4f65c169c1
linux: 6.0.16 -> 6.0.17
2023-01-04 12:35:26 -03:00
Bernardo Meurer
0679b21257
linux: 5.10.161 -> 5.10.162
2023-01-04 12:35:08 -03:00
John Ericson
b92fb601c2
Merge pull request #208947 from sternenseemann/ghc-head-js-backend-try-1
...
haskell.compiler.ghcHEAD: support JS backend
2023-01-04 09:12:10 -05:00
Artturi
099f6ed77c
Merge pull request #203504 from IvarWithoutBones/bump-yabai
2023-01-03 23:52:03 +02:00
sternenseemann
1ee0f4c2aa
systemd: fix evaluation in pkgsCross.ghcjs.buildPackages
...
GHC's js backend depends on systemd via emscripten via closure compiler
via jdk via cups. Before it fails to evaluate, though, since
llvmPackages looks into `targetPackages.stdenv.cc` to determine which
C++ library to use (something that should be rectified in the future).
[Unfortunately], for `pkgsCross.ghcjs`, `stdenv.cc` throws which blows
up evaluating `pkgsCross.buildPackages.llvmPackages.clang`.
This is in principle unnecessary. We want to build
`pkgsCross.ghcjs.buildPackages.haskell.compiler.native-bignum.ghcHEAD`
which depends on `pkgsCross.ghcjs.buildPackages.systemd` which needs
clang and friends only in `nativeBuildInputs`, so
`pkgsCross.ghcjs.buildPackages.buildPackages.llvmPackages.clang`.
Unfortunately, due to the nature of splicing, we first evaluate the
“adjacent” derivation before we can access the spliced derivation we are
actually interested in. If the former
fails (`pkgsCross.ghcjs.buildPackages.llvmPackages.clang`), we can't do
the latter.
The solution is to just not rely on splicing in this case and take
`buildPackages.llvmPackages.clang` directly (relative to
`buildPackages.systemd` in this case!) which avoids the whole problem.
[Unfortunately]: c739c420db (diff-3209527bd27cbc775f579b1e295b0264c850859c7245d526965cec456b8c70a4R61)
2023-01-03 22:19:59 +01:00
Weijia Wang
ac3c81faa1
darwin.apple_sdk: expose MultitouchSupport
2023-01-03 18:23:33 +01:00
Sandro Jäckel
99b715f39d
waydroid: cleanup inputs
2023-01-03 17:44:47 +01:00
Charles Johnson
2628f0003c
waydroid: 1.3.3 -> 1.3.4 ( #206833 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-01-03 17:43:06 +01:00
Dmitry Kalinkin
d4bad6a35a
Merge pull request #147577 from veprbl/pr/lldb_89_darwin_fix
...
llvmPackages_{8,9}.lldb: fix darwin build
2023-01-03 05:29:24 -05:00
Adam Joseph
5ace5a33b9
eudev: remove glib from buildInputs
...
eudev does not depend on glib. I grepped the source code for glib
and found no references to it.
2023-01-02 23:38:43 -08:00
Weijia Wang
198d522594
darwin.apple_sdk.frameworks.DebugSymbols: init
2023-01-02 23:05:36 -05:00
Maximilian Bosch
e0eca4cefc
Merge pull request #208735 from Ma27/linux-kernel-updates
...
Linux kernel updates 2023-01-02
2023-01-02 15:36:31 +01:00
PedroHLC ☭
95667fbfa9
linuxKernel.kernels.linux_lqx: 6.0.13-lqx3 -> 6.1.2-lqx1
2023-01-02 10:08:55 -03:00
PedroHLC ☭
b9e3eb4aae
linuxKernel.kernels.linux_zen: 6.1-zen1 -> 6.1.2-zen1
2023-01-02 10:08:55 -03:00
Maximilian Bosch
7cecdb94d1
linux_latest-libre: 19007 -> 19027
2023-01-02 11:23:15 +01:00
Maximilian Bosch
4b249451ec
linux: 6.1.1 -> 6.1.2
2023-01-02 11:22:51 +01:00
Maximilian Bosch
5851c3d993
linux: 6.0.15 -> 6.0.16
2023-01-02 11:22:39 +01:00
Maximilian Bosch
ea9482360d
linux: 5.15.85 -> 5.15.86
2023-01-02 11:22:27 +01:00
Jörg Thalheim
dda48a5044
linux_testing_bcachefs: 2022-10-31 -> 2022-12-29
2023-01-01 19:58:17 +01:00
Dmitry Bogatov
26969c3a81
pkgsStatic.lm_sensors: fix build
2023-01-01 10:28:42 -05:00
Naïm Favier
2c83122c18
treewide: fix broken meta
attributes
2023-01-01 14:10:42 +01:00
Victor Engmark
cbd1dc1e72
nixos-rebuild: Treat any build/target host as non-local
...
Closes #148918 .
2023-01-01 00:28:02 -05:00
Philippe Hürlimann
bcbedfeefc
nixos/ulogd: init
...
Heavily based on original work by xvuko
Co-authored-by: xvuko <nix@vuko.pl>
2022-12-28 00:17:28 +01:00
Philippe Hürlimann
77763b4c88
ulogd: init at 2.0.8
...
Heavily based on original work by xvuko.
Co-authored-by: xvuko <nix@vuko.pl>
2022-12-28 00:17:27 +01:00