svn path=/nixpkgs/trunk/; revision=19405
This commit is contained in:
Michael Raskin 2010-01-13 16:02:35 +00:00
parent 32cec049d3
commit 5cf235ec46
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ import ../kernel/generic.nix (
${blockDevices} ${blockDevices}
${bluetooth} ${bluetooth}
${misc} ${misc}
${if stdenv.lib.attrByPath ["ckShed"] false args.features then bfsched else ""} ${if stdenv.lib.attrByPath ["ckSched"] false args.features then bfsched else ""}
''; '';
preConfigure = '' preConfigure = ''