Commit graph

15336 commits

Author SHA1 Message Date
Paul Schyska 033cdffa9b
atop: use substituteInPlace instead of sed 2021-05-17 13:58:50 +02:00
github-actions[bot] 3ff6965554
Merge master into staging-next 2021-05-17 06:22:23 +00:00
Jonathan Ringer d8e62d8e41
Merge remote-tracking branch 'origin/master' into staging-next
Fix cargo-flash build
2021-05-16 18:27:14 -07:00
Sandro 067281faf5
Merge pull request #123234 from Atemu/update/linux_lqx
linux_lqx: 5.11.20 -> 5.11.21
2021-05-17 02:08:20 +02:00
Paul Schyska 3b0bc54131
atop:, nixos/atop: Apply style suggestions
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-17 01:26:22 +02:00
Paul Schyska 76554beed8
atop: Merge all path-fixing to a single patch, comment the remaining patches 2021-05-16 22:08:05 +02:00
Paul Schyska 27d323d281
netatop: Split out path fixing and PIDFile changes to separate patches and comment 2021-05-16 22:07:24 +02:00
Robert Hensing 3c6fcc9073
Merge pull request #122987 from alyssais/nixos-rebuild-aarch64
nixos-rebuild: support prebuilt Nix on aarch64
2021-05-16 22:00:39 +02:00
Jonathan Ringer 20acd4c4f1
Merge pull request #105026 from thefloweringash/apple-silicon
Native support for Apple Silicon
2021-05-16 11:38:18 -07:00
github-actions[bot] 6cdac75d25
Merge staging-next into staging 2021-05-16 18:32:44 +00:00
github-actions[bot] 8c6d819143
Merge master into staging-next 2021-05-16 18:32:41 +00:00
Paul Schyska 327dcea4cc
atop: fix packaging .service files, add option to build with atopgpu 2021-05-16 18:22:03 +02:00
Paul Schyska 2703a7999a
netatop: package netatop.service 2021-05-16 18:22:03 +02:00
Andrew Childs e592d342da darwin.ICU: avoid platform.darwinMinVersion references on non-darwin
This package isn't expected to work outside of darwin, but must still
evaluate cleanly.
2021-05-17 00:28:05 +09:00
Andrew Childs 3706fe567b darwin.DarwinTools: remove reference to CFPriv.h
Fixes build on aarch64-darwin.
2021-05-17 00:28:05 +09:00
Ivan Babrou 68733c16f5 darwin.apple_sdk.frameworks: add missing dependencies
```
/nix/store/5mgn511gbldf7xl5kjm27z9lj10xcycl-apple-framework-CoreData-11.0.0/Library/Frameworks/CoreData.framework/Headers/NSPersistentCloudKitContainerOptions.h:10:9: fatal error: 'CloudKit/CKDatabase.h' file not found
        ^~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
```

```
/nix/store/a7k7kqj08602785vsrss0xa85b08hik4-apple-framework-CloudKit-11.0.0/Library/Frameworks/CloudKit.framework/Headers/CKRecord.h:9:9: fatal error: 'CoreLocation/CLLocation.h' file not found
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
```
2021-05-17 00:27:04 +09:00
Ivan Babrou d0eff87f68 darwin.file_cmds: add missing Libinfo dependency
Fixing:

```
/private/tmp/nix-build-file_cmds-264.1.1-osx-10.11.6.drv-0/file_cmds-264.1.1/ls/print.c:56:10: fatal error: 'membershipPriv.h' file not found
         ^~~~~~~~~~~~~~~~~~
1 error generated.
```
2021-05-17 00:27:03 +09:00
Ivan Babrou 577bcf38f8 darwin.shell_cmds: add missing dependency on launchd 2021-05-17 00:27:03 +09:00
Ivan Babrou da3ae0231a apple-source-releases: make it compile on aarch64 2021-05-17 00:27:03 +09:00
Ivan Babrou 2eb97f2ddd darwin.developer_cmds: wrap clang -E from clang-wrapped as clang-cpp 2021-05-17 00:27:03 +09:00
Andrew Childs d2c9670339 darwin: add CoreFoundation to the build when explicitly required 2021-05-17 00:27:02 +09:00
Matthew Bauer 3e7034abb9 darwin/xcode: provide libc++ from XCode toolchain
We could use our own libc++ here, but it is probably best to use the
provided one to ensure consistency. This fixes some C++ programs when
running aarch64-apple-ios-clang++.
2021-05-17 00:27:02 +09:00
Andrew Childs 7eb1e3695d darwin.signingUtils: init
Helper scripts for code signing on darwin.
2021-05-17 00:27:02 +09:00
Andrew Childs 4c890ce9aa darwin.sigtool: init 2021-05-17 00:27:02 +09:00
Andrew Childs fe0d5a54c1 darwin/apple-sdk-11.0: inject an sdk for macOS 11 2021-05-17 00:27:01 +09:00
Andrew Childs 0ba7a04743 darwin/binutils: include codesign_allocate 2021-05-17 00:27:01 +09:00
Andrew Childs eb8f8afac7 libtapi: cross compilation 2021-05-17 00:27:01 +09:00
Andrew Childs b7abec31d4 rewrite-tbd: init 2021-05-17 00:27:01 +09:00
Andrew Childs 257cb1c8e8 print-reexports: rehome, tbd4 support, cross compilation 2021-05-17 00:27:01 +09:00
Andrew Childs bd4a45f5d4 cctools: drop suspicious dependency 2021-05-17 00:27:00 +09:00
Andrew Childs cbe172fa67 darwin.ICU: cross compilation 2021-05-17 00:27:00 +09:00
Andrew Childs aa3361326b darwin.adv_cmds: fix cross compilation 2021-05-17 00:27:00 +09:00
Jan Tojnar 21541fc97c Revert "Revert "hwdata: 0.344 -> 0.347""
This reverts commit f070de253c.
2021-05-16 16:37:13 +02:00
Théophane Hufschmitt 601ceec28d
nixos-rebuild: Don’t reset the experimental features
Make sure that the Nix `experimental-features` set by a user aren’t overwritten when running `nixos-rebuild --flake` by using `--extra-experimental-features` rather than `--experimental-features`.

Fix https://github.com/NixOS/nix/issues/4784
2021-05-16 16:17:42 +02:00
Jan Tojnar 684991c696
Merge branch 'master' into staging-next
- Thunderbird 68 has been dropped on master.
- gccCrossLibcStdenv has been factored out on staging-next in all-packages.nix, while the file has been re-formatted on master.
2021-05-16 15:34:51 +02:00
Atemu 1e6a687fd0 linux_lqx: 5.11.20 -> 5.11.21 2021-05-16 10:11:39 +02:00
R. RyanTM 0a099aa6c5 fatrace: 0.16.2 -> 0.16.3 2021-05-16 02:47:06 -04:00
github-actions[bot] 5c18268a6b
Merge staging-next into staging 2021-05-16 06:22:08 +00:00
github-actions[bot] d6fe7f78a8
Merge master into staging-next 2021-05-16 06:22:05 +00:00
sterni bc6da68650
bionic: use fetchzip for everything (#123010)
Since the hashes of the remaining two archives that used fetchurl broke,
now as good a time as any to switch the remaining fetchurls to fetchzip.
2021-05-16 01:24:27 -04:00
Peter Hoeg 33a2d3a817 logitech-udev-rules: truly minor permission fix 2021-05-16 11:04:34 +08:00
Jan Tojnar f070de253c Revert "hwdata: 0.344 -> 0.347" 2021-05-15 20:23:53 +02:00
ajs124 d151b2fb41 lvm2: 2.03.11 -> 2.03.12 2021-05-15 08:55:27 -07:00
github-actions[bot] 49ec716c04
Merge staging-next into staging 2021-05-15 12:25:36 +00:00
github-actions[bot] ec10b0958d
Merge master into staging-next 2021-05-15 12:25:33 +00:00
vulpes2 a33fcd3f21 hwdata: 0.344 -> 0.347 2021-05-15 05:11:10 -04:00
vulpes2 4e157ee757 mmc-utils: 2019-10-04 -> 2021-05-11 2021-05-15 04:32:28 -04:00
github-actions[bot] 78ae7ac75e
Merge staging-next into staging 2021-05-15 06:22:25 +00:00
TredwellGit b9bb51497d linux/hardened/patches/5.4: 5.4.118-hardened1 -> 5.4.119-hardened1 2021-05-14 21:41:11 +00:00
TredwellGit bd4e82b585 linux/hardened/patches/5.11: 5.11.20-hardened1 -> 5.11.21-hardened1 2021-05-14 21:41:10 +00:00
TredwellGit 8cf62ea50a linux/hardened/patches/5.10: 5.10.36-hardened1 -> 5.10.37-hardened1 2021-05-14 21:41:09 +00:00
TredwellGit b2f61fde52 linux: 5.4.118 -> 5.4.119 2021-05-14 21:40:48 +00:00
TredwellGit 1f0dc90f1a linux: 5.12.3 -> 5.12.4 2021-05-14 21:40:41 +00:00
TredwellGit f861540ac2 linux: 5.11.20 -> 5.11.21 2021-05-14 21:40:34 +00:00
TredwellGit b9cf39ce34 linux: 5.10.36 -> 5.10.37 2021-05-14 21:40:26 +00:00
John Ericson 18c38f8aee treewide: All the linker to be chosen independently
This will begin the process of breaking up the `useLLVM` monolith. That
is good in general, but I hope will be good for NetBSD and Darwin in
particular.

Co-authored-by: sterni <sternenseemann@systemli.org>
2021-05-14 21:29:51 +00:00
Vladimír Čunát c48eaa70e3
Merge branch 'master' into staging-next 2021-05-14 22:27:34 +02:00
Vladimír Čunát 850880e854
Merge #123005: apparmor: fix profile building on darwin 2021-05-14 18:16:58 +02:00
Julien Moutinho 8184d8b0f2 apparmor: fix profile building on darwin 2021-05-14 17:37:33 +02:00
Robert T. McGibbon b85094e0e9 gradm: 3.1-202012071814 -> 3.1-202102241600 2021-05-14 10:39:48 -04:00
Jan Tojnar e9bc45000f
Merge pull request #122881 from maxeaubrey/iwd_ell_bump
ell: 0.38 -> 0.40, iwd: 1.12 -> 1.14, ofono: 1.31 -> 1.32
2021-05-14 16:36:17 +02:00
Alyssa Ross 341836ced2
nixos-rebuild: support prebuilt Nix on aarch64
We have a fallback hashes entry for aarch64-linux, but it was unused
by nixos-rebuild.
2021-05-14 12:53:57 +00:00
zowoq 004f8cd986 Merge staging-next into staging 2021-05-14 16:32:43 +10:00
github-actions[bot] bf5d8bb531
Merge master into staging-next 2021-05-14 00:58:11 +00:00
Jan Tojnar ac6a4f7cf5
Merge branch 'staging-next' into staging 2021-05-14 01:40:09 +02:00
Maxine Aubrey c018ef9f56
iwd: 1.12 -> 1.14 2021-05-13 21:51:29 +02:00
Maxine Aubrey e3760e234b
ell: 0.38 -> 0.40 2021-05-13 21:50:35 +02:00
fortuneteller2k 18b1789e32 rtl8192eu: 20200620 -> 20210403, mark as broken for aarch64 2021-05-13 11:57:16 -07:00
github-actions[bot] 39e3f7c2cc
Merge master into staging-next 2021-05-13 18:32:50 +00:00
fortuneteller2k ce9315076c linuxPackages.anbox: 2019-11-15 -> 2020-06-14, mark broken for kernels
not supported
2021-05-13 11:23:14 -07:00
Martin Weinelt 460d4a40a0
Merge pull request #122852 from mweinelt/batman-advb
batman-adv: fix build on linux>=5.12
2021-05-13 20:16:27 +02:00
Martin Weinelt d21231534f
Merge pull request #122785 from TredwellGit/linux 2021-05-13 18:31:35 +02:00
Jonathan Ringer 8b348b323d linuxPackages<=4.9: mark broken on aarch64
Assembly errors, which causes all modules
to fail as well.
2021-05-13 09:30:34 -07:00
Martin Weinelt d5bda9ed61
batman-adv: fix build on linux>=5.12 2021-05-13 18:19:32 +02:00
Jan Tojnar 0313c77b55
Merge branch 'staging-next' into staging 2021-05-13 11:42:36 +02:00
github-actions[bot] a8e5ac148b
Merge master into staging-next 2021-05-13 00:56:26 +00:00
TredwellGit 8c3ef4c69c linux/hardened/patches/5.4: 5.4.117-hardened1 -> 5.4.118-hardened1 2021-05-13 00:53:56 +00:00
TredwellGit 5bece67ff6 linux/hardened/patches/5.11: 5.11.19-hardened1 -> 5.11.20-hardened1 2021-05-13 00:53:55 +00:00
TredwellGit 33eeddc2ec linux/hardened/patches/5.10: 5.10.35-hardened1 -> 5.10.36-hardened1 2021-05-13 00:53:54 +00:00
TredwellGit 82f106cee0 linux-rt_5_10: 5.10.30-rt38 -> 5.10.35-rt39 2021-05-13 00:53:43 +00:00
TredwellGit 0ae6555eab linux: 5.4.117 -> 5.4.118 2021-05-13 00:53:07 +00:00
TredwellGit 5d2d963774 linux: 5.12.2 -> 5.12.3 2021-05-13 00:53:01 +00:00
TredwellGit 97ef1f8fc2 linux: 5.11.19 -> 5.11.20 2021-05-13 00:52:55 +00:00
TredwellGit f47e1433a5 linux: 5.10.35 -> 5.10.36 2021-05-13 00:52:44 +00:00
Sandro 8398070d3a
Merge pull request #122748 from Atemu/update/linux_lqx
linux_lqx: 5.11.19 -> 5.11.20
2021-05-12 23:14:58 +02:00
Atemu 5c4c71c31a linux_lqx: 5.11.19 -> 5.11.20 2021-05-12 19:49:25 +02:00
Jan Tojnar 71fa678899
Merge branch 'staging-next' into staging 2021-05-12 14:31:36 +02:00
github-actions[bot] 1d2db66464
Merge master into staging-next 2021-05-12 12:27:04 +00:00
Alyssa Ross 917218e8e2 fusePackages: don't manually enableParallelBuilding
This is automatic for Meson builds.
2021-05-12 11:57:35 +00:00
Alyssa Ross 1de492430f miraclecast: don't manually enableParallelBuilding
This is automatic for Meson builds.
2021-05-12 11:57:35 +00:00
Alyssa Ross 24e4a4e40f systemd: don't manually enableParallelBuilding
This is automatic for Meson builds.
2021-05-12 11:57:35 +00:00
Alyssa Ross 6978666e15 dpdk: don't manually enableParallelBuilding
This is automatic for Meson builds.
2021-05-12 11:57:35 +00:00
Maximilian Bosch f445b45352
Merge pull request #122638 from Ma27/bump-wireguard
wireguard-tools: 1.0.20210315 -> 1.0.20210424, linuxPackages.wireguard: 1.0.20210219 -> 1.0.20210424
2021-05-12 10:34:57 +02:00
Maximilian Bosch 11fdcbdb5e
Merge pull request #122675 from jnetod/zhf-tiscamera
tiscamera: 0.11.1 -> 0.13.1
2021-05-12 09:16:50 +02:00
github-actions[bot] e2cf474986
Merge staging-next into staging 2021-05-12 06:21:36 +00:00
github-actions[bot] d8fb37f470
Merge master into staging-next 2021-05-12 06:21:33 +00:00
J. Neto f75b9fe4f3 tiscamera: 0.11.1 -> 0.13.1 2021-05-12 01:35:29 -03:00
davidak afc1b5220e
Merge pull request #122438 from xaverdh/linux-5.12
linux_5_12: init at 5.12.2
2021-05-12 02:58:55 +02:00
John Ericson 1f520667be
Merge pull request #122527 from Ericson2314/darwin-no-cc-where-possible
darwin packages: Get ready for cross
2021-05-11 18:55:38 -04:00
John Ericson cf02b24813 Merge remote-tracking branch 'upstream/staging-next' into staging 2021-05-11 22:30:46 +00:00
Maximilian Bosch b5c423bedd
linuxPackages.wireguard: 1.0.20210219 -> 1.0.20210424
ChangeLog: https://lists.zx2c4.com/pipermail/wireguard/2021-April/006664.html
2021-05-11 22:59:55 +02:00
John Ericson 7bba32a069 darwin packages: Get ready for cross
If things build fine with `stdenvNoCC`, let them use that. If tools
might be prefixed, prepare for that, either by directly splicing or just
using the env vars provided by the wrapper setup-hooks.

Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2021-05-11 16:07:01 -04:00
github-actions[bot] 37c26a396b
Merge master into staging-next 2021-05-11 18:28:07 +00:00
John Ericson 912c8262b4
Merge pull request #117591 from s1341/android_non_prebuilt
treewide: Support aarch64-android using minimal prebuilt components
2021-05-11 12:49:53 -04:00
Domen Kožar 32eed0987f
Merge pull request #122583 from domenkozar/linux-firmware-bump
firmware-linux-nonfree: 2021-03-15 -> 2021-05-11
2021-05-11 18:26:54 +02:00
s1341 1e1d29c2af treewide: Support aarch64-android using minimal prebuilt components
This PR adds a new aarch64 android toolchain, which leverages the
existing crossSystem infrastructure and LLVM builders to generate a
working toolchain with minimal prebuilt components.

The only thing that is prebuilt is the bionic libc. This is because it
is practically impossible to compile bionic outside of an AOSP tree. I
tried and failed, braver souls may prevail. For now I just grab the
relevant binaries from https://android.googlesource.com/.

I also grab the msm kernel sources from there to generate headers. I've
included a minor patch to the existing kernel-headers derivation in
order to expose an internal function.

Everything else, from binutils up, is using stock code. Many thanks to
@Ericson2314 for his help on this, and for building such a powerful
system in the first place!

One motivation for this is to be able to build a toolchain which will
work on an aarch64 linux machine. To my knowledge, there is no existing
toolchain for an aarch64-linux builder and an aarch64-android target.
2021-05-11 15:39:08 +00:00
Domen Kožar 9380cb337c
firmware-linux-nonfree: 2021-03-15 -> 2021-05-11 2021-05-11 15:43:28 +02:00
github-actions[bot] 309163aed7
Merge staging-next into staging 2021-05-11 12:24:31 +00:00
github-actions[bot] 1e7a48b474
Merge master into staging-next 2021-05-11 12:24:28 +00:00
Jörg Thalheim 6d1287860d
Merge pull request #113225 from mroi/patch-linux
linux: improve cross compilation with clang
2021-05-11 09:46:01 +01:00
Jörg Thalheim d660a7d361
Merge pull request #122542 from Mic92/mbp2018-bridge-drv
mbp2018-bridge-drv: fix source
2021-05-11 09:27:24 +01:00
Jörg Thalheim e661b70903
mbp2018-bridge-drv: fix source
the 0.01 tag was deleted
2021-05-11 10:08:53 +02:00
Jan Tojnar 7982550ac4
Merge branch 'staging-next' into staging 2021-05-11 09:09:10 +02:00
Jörg Thalheim 958f32bebb
Merge pull request #122540 from Mic92/nvidia-x11-legacy304
nvidia_x11_legacy304: remove
2021-05-11 07:53:26 +01:00
Guillaume Girol fa10f148d5
Merge pull request #121664 from ilya-fedin/update-dbus-broker
dbus-broker: 22 -> 28
2021-05-11 06:40:21 +00:00
Jörg Thalheim 0f0660d8ef
nvidia_x11_legacy304: remove
The patch used to build is no longer available.
We only have one kernel 4.14 that could theoretical build with it?
2021-05-11 08:36:21 +02:00
github-actions[bot] 10e16ec9ab
Merge master into staging-next 2021-05-11 06:20:33 +00:00
fortuneteller2k e97d557475 zfsUnstable: 2.1.0-rc4 -> 2.1.0-rc5 2021-05-11 11:35:33 +08:00
Henri Menke e4b05d9af5
zfs: remove trace output
We cannot have trace output if the package is marked broken, because
ofborg will consider the evaluation failed if there is any output. Hence
if there is any unsupported kernel version in nixpkgs, the trace will
show up and ofborg will complain.
2021-05-10 21:01:54 +02:00
github-actions[bot] 61fa3fdde8
Merge master into staging-next 2021-05-10 18:28:17 +00:00
Sandro 5257a5b478
Merge pull request #122288 from danielfullmer/rtl8812-maintainer-remove 2021-05-10 19:04:24 +02:00
Dominik Xaver Hörl db0294aa60 linux_5_12: init at 5.12.2 2021-05-10 11:43:23 +02:00
Michael Roitzsch 270ee17d41 linux: improve cross compilation with clang
set HOST* variables for host build tools
* do not assume the host compiler is gcc
* pass all build tools to make
2021-05-10 10:24:24 +02:00
Jan Tojnar 594a885912
Merge branch 'staging-next' into staging 2021-05-10 09:45:47 +02:00
github-actions[bot] 1e3d91bd19
Merge master into staging-next 2021-05-10 00:48:32 +00:00
Martin Weinelt 6d2d0420bf
Merge pull request #121901 from TredwellGit/linux 2021-05-10 01:06:18 +02:00
Robin Gloster 9dc7f4bbfb
Merge pull request #122363 from Atemu/update/linux_lqx
linux_lqx: 5.11.18 -> 5.11.19
2021-05-09 14:10:38 -05:00
Alyssa Ross 4a8dbecd16 netbsd: 8.0 -> 9.1
Notes:

- compat: Needs a header from common merged with it's wrapper.

- librt: Needs the jemalloc sources.

- libc: install libc_pic.a

  This was the behaviour on NetBSD 8.0, and ld.elf_so (in its current
  configuration) requires it.  We could also have disabled PIC in
  ld.elf_so.

- sys: fix build

  We use a more recent version of binutils than NetBSD 9.1 does, so we
  need to backport a patch from CURRENT.

Co-authored-by: John Ericson <John.Ericson@Obsidian.Systems>
2021-05-09 18:56:20 +00:00
TredwellGit c1569cc8ad linux/hardened/patches/5.4: 5.4.114-hardened1 -> 5.4.117-hardened1 2021-05-09 16:53:32 +00:00
TredwellGit 5b5ecae63d linux/hardened/patches/5.11: 5.11.16-hardened1 -> 5.11.19-hardened1 2021-05-09 16:53:31 +00:00
TredwellGit 2e32ce5edd linux/hardened/patches/5.10: 5.10.32-hardened1 -> 5.10.35-hardened1 2021-05-09 16:53:30 +00:00
TredwellGit a2a89d85d0 linux/hardened/patches/4.19: 4.19.188-hardened1 -> 4.19.190-hardened1 2021-05-09 16:53:29 +00:00
TredwellGit 98eb12bcae linux/hardened/patches/4.14: 4.14.231-hardened1 -> 4.14.232-hardened1 2021-05-09 16:53:28 +00:00
TredwellGit 301a17cdcf linux_latest-libre: 17990 -> 18063 2021-05-09 16:53:21 +00:00
TredwellGit c580bc9a25 linux-rt_5_4: 5.4.109-rt56 -> 5.4.115-rt57 2021-05-09 16:53:13 +00:00
TredwellGit 0426acd2e4 linux-rt_5_10: 5.10.30-rt37 -> 5.10.30-rt38 2021-05-09 16:52:34 +00:00
TredwellGit 08bc09092c linux: 5.4.114 -> 5.4.117 2021-05-09 16:51:53 +00:00
TredwellGit d96c775d1a linux: 5.11.16 -> 5.11.19 2021-05-09 16:51:47 +00:00
TredwellGit 2161af8d3c linux: 5.10.32 -> 5.10.35 2021-05-09 16:51:39 +00:00
TredwellGit 94ce862101 linux: 4.9.267 -> 4.9.268 2021-05-09 16:51:32 +00:00
TredwellGit 662c0201a5 linux: 4.4.267 -> 4.4.268 2021-05-09 16:51:27 +00:00
TredwellGit df61f804fb linux: 4.19.188 -> 4.19.190 2021-05-09 16:51:21 +00:00
TredwellGit f1b9f8023d linux: 4.14.231 -> 4.14.232 2021-05-09 16:51:14 +00:00
Atemu 0f4f1ae3f2 linux_lqx: 5.11.18 -> 5.11.19 2021-05-09 17:10:26 +02:00
github-actions[bot] bc1f4b790e
Merge master into staging-next 2021-05-09 12:23:16 +00:00
Vladimír Čunát 5663b2b2d3
Merge branch 'master' into staging-next
(a trivial conflict in transmission)
2021-05-09 09:31:55 +02:00
fortuneteller2k 438b60f3f7 openrazer: 3.0.0 -> 3.0.1, mark broken for kernels < 4.19 2021-05-09 14:57:27 +08:00
Daniel Fullmer 61901ffd0b rtl8812au: remove myself from maintainers 2021-05-08 19:04:48 -07:00
Jonathan Ringer 0ef9059dd4 linuxPackages.bpftrace: fix llvm build 2021-05-08 18:13:45 -07:00
Jonathan Ringer a748e4f47e linuxPackages.bcc: fix llvm build 2021-05-08 18:13:45 -07:00