partial revert of f3719756b5

This commit is contained in:
Adam Joseph 2023-07-25 14:46:14 -07:00
parent 5c53841e58
commit c200f5e411

View File

@ -409,11 +409,10 @@ stdenv.mkDerivation ({
meta = {
description =
"The Linux kernel" +
(lib.optionalString (kernelPatches != []) (
(if kernelPatches == [] then "" else
" (with patches: "
+ lib.concatStringsSep ", " (map (x: x.name) kernelPatches)
+ ")"
));
+ ")");
license = lib.licenses.gpl2Only;
homepage = "https://www.kernel.org/";
maintainers = lib.teams.linux-kernel.members ++ [