3
0
Fork 0
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:
Daniel Peebles 2014-08-29 01:49:32 -04:00
parent 1eb08ee693
commit 0bb14e4fea

View file

@ -337,6 +337,8 @@ with stdenv.lib;
ZSMALLOC y
''}
ZRAM m
${optionalString (versionAtLeast version "3.17") "NFC? n"}
${kernelPlatform.kernelExtraConfig or ""}
${extraConfig}