klibcShrunk should be a kernelPackage
Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
f4ce59cee0
commit
ef930ced64
|
@ -6869,6 +6869,9 @@ let
|
||||||
|
|
||||||
klibc = callPackage ../os-specific/linux/klibc { };
|
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
|
/* compiles but has to be integrated into the kernel somehow
|
||||||
Let's have it uncommented and finish it..
|
Let's have it uncommented and finish it..
|
||||||
*/
|
*/
|
||||||
|
@ -6940,8 +6943,6 @@ let
|
||||||
|
|
||||||
lsiutil = callPackage ../os-specific/linux/lsiutil { };
|
lsiutil = callPackage ../os-specific/linux/lsiutil { };
|
||||||
|
|
||||||
klibcShrunk = lowPrio (callPackage ../os-specific/linux/klibc/shrunk.nix { });
|
|
||||||
|
|
||||||
kmod = callPackage ../os-specific/linux/kmod { };
|
kmod = callPackage ../os-specific/linux/kmod { };
|
||||||
|
|
||||||
kvm = qemu_kvm;
|
kvm = qemu_kvm;
|
||||||
|
|
Loading…
Reference in New Issue