Unverified Commit 8f7c4342 authored by John Ericson's avatar John Ericson Committed by GitHub
Browse files

Merge pull request #232883 from alyssais/linux-config-cross

linuxManualConfig: don't ignore cross config errors
parents 983d4ff2 8ee5a6fc
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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