From 8ee5a6fcbf8d98936fe1a336ac21ef1f31d28310 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Fri, 19 May 2023 19:45:40 +0000 Subject: linuxManualConfig: don't ignore cross config errors All "pc" kernel configurations in lib.systems.examples build fine without errors when cross compiling. --- pkgs/os-specific/linux/kernel/generic.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pkgs/os-specific/linux') diff --git a/pkgs/os-specific/linux/kernel/generic.nix b/pkgs/os-specific/linux/kernel/generic.nix index 5a39ef91500..56d89f67c64 100644 --- a/pkgs/os-specific/linux/kernel/generic.nix +++ b/pkgs/os-specific/linux/kernel/generic.nix @@ -47,8 +47,7 @@ # symbolic name and `patch' is the actual patch. The patch may # optionally be compressed with gzip or bzip2. kernelPatches ? [] -, ignoreConfigErrors ? stdenv.hostPlatform.linux-kernel.name != "pc" || - stdenv.hostPlatform != stdenv.buildPlatform +, ignoreConfigErrors ? stdenv.hostPlatform.linux-kernel.name != "pc" , extraMeta ? {} , isZen ? false -- cgit 1.4.1