forked from mirrors/nixpkgs
Disable NFC on 3.17 or above
This should only be temporary, but there's a bug in the 3.17 rc1 and rc2 that leads to cyclic module dependencies and a segfault during the build process.
This commit is contained in:
parent
1eb08ee693
commit
0bb14e4fea
|
@ -337,6 +337,8 @@ with stdenv.lib;
|
|||
ZSMALLOC y
|
||||
''}
|
||||
ZRAM m
|
||||
|
||||
${optionalString (versionAtLeast version "3.17") "NFC? n"}
|
||||
|
||||
${kernelPlatform.kernelExtraConfig or ""}
|
||||
${extraConfig}
|
||||
|
|
Loading…
Reference in a new issue