Merge pull request #232883 from alyssais/linux-config-cross
linuxManualConfig: don't ignore cross config errors
This commit is contained in:
commit
8f7c43426a
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue