From ef930ced6432f7b055456c8249dace1b80f7e8d0 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Sun, 5 Jan 2014 07:45:14 -0500 Subject: [PATCH] klibcShrunk should be a kernelPackage Signed-off-by: Shea Levy --- pkgs/top-level/all-packages.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 30aa8dbbc40f..f35bb9b642a1 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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;