linux/kernel/manual-config: Add meta
This commit is contained in:
parent
46fa5ab105
commit
6585646d41
@ -101,6 +101,16 @@ stdenv.mkDerivation ({
|
||||
buildNativeInputs = [ perl nettools kmod ];
|
||||
|
||||
makeFlags = commonMakeFlags;
|
||||
|
||||
meta = {
|
||||
description = "The Linux kernel";
|
||||
license = "GPLv2";
|
||||
homepage = http://www.kernel.org/;
|
||||
maintainers = [
|
||||
maintainers.shlevy
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
} // optionalAttrs (features ? modular && features.modular) {
|
||||
makeFlags = commonMakeFlags ++ [
|
||||
"MODLIB=\"$(out)/lib/modules/${modDirVersion}\""
|
||||
|
Loading…
Reference in New Issue
Block a user