Fixing an evaluation error: kernelPackages -> linuxPackages

svn path=/nixpkgs/branches/stdenv-updates/; revision=19077
This commit is contained in:
Lluís Batlle i Rossell 2009-12-22 09:23:17 +00:00
parent 0d949c6161
commit 3e10ba6bb9

View File

@ -5,7 +5,7 @@ with pkgs;
rec {
inherit (kernelPackages_2_6_32) kernel;
inherit (linuxPackages_2_6_32) kernel;
klibcShrunk = pkgs.klibcShrunk.override { klibc = klibc_15; };