mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
linux: fix build, remove upstreamed patches
This commit is contained in:
parent
9aee2a17af
commit
263fff0ab8
@ -11080,8 +11080,6 @@ in
|
||||
linux_4_4 = callPackage ../os-specific/linux/kernel/linux-4.4.nix {
|
||||
kernelPatches =
|
||||
[ kernelPatches.bridge_stp_helper
|
||||
kernelPatches.qat_common_Makefile
|
||||
kernelPatches.hiddev_CVE_2016_5829
|
||||
kernelPatches.ecryptfs_fix_mmap_bug
|
||||
]
|
||||
++ lib.optionals ((platform.kernelArch or null) == "mips")
|
||||
|
Loading…
Reference in New Issue
Block a user