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 ];
|
buildNativeInputs = [ perl nettools kmod ];
|
||||||
|
|
||||||
makeFlags = commonMakeFlags;
|
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) {
|
} // optionalAttrs (features ? modular && features.modular) {
|
||||||
makeFlags = commonMakeFlags ++ [
|
makeFlags = commonMakeFlags ++ [
|
||||||
"MODLIB=\"$(out)/lib/modules/${modDirVersion}\""
|
"MODLIB=\"$(out)/lib/modules/${modDirVersion}\""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user