mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
klibcShrunk should be a kernelPackage
Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
f4ce59cee0
commit
ef930ced64
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue