klibcShrunk should be a kernelPackage

Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy 2014-01-05 07:45:14 -05:00
parent f4ce59cee0
commit ef930ced64

View file

@ -6869,6 +6869,9 @@ let
klibc = callPackage ../os-specific/linux/klibc { };
klibcShrunk = lowPrio (callPackage ../os-specific/linux/klibc/shrunk.nix { });
/* compiles but has to be integrated into the kernel somehow
Let's have it uncommented and finish it..
*/
@ -6940,8 +6943,6 @@ let
lsiutil = callPackage ../os-specific/linux/lsiutil { };
klibcShrunk = lowPrio (callPackage ../os-specific/linux/klibc/shrunk.nix { });
kmod = callPackage ../os-specific/linux/kmod { };
kvm = qemu_kvm;