Unverified Commit 8ee5a6fc authored by Alyssa Ross's avatar Alyssa Ross
Browse files

linuxManualConfig: don't ignore cross config errors

All "pc" kernel configurations in lib.systems.examples build fine
without errors when cross compiling.
parent e6e38991
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