Trying to add Zen Linux Kernel

svn path=/nixpkgs/trunk/; revision=17050
This commit is contained in:
Michael Raskin
2009-09-11 13:16:18 +00:00
parent 3a5645269d
commit 491255bbb3
7 changed files with 76 additions and 2 deletions

View File

@@ -36,6 +36,7 @@
extraConfig ? []
, preConfigure ? ""
, extraMeta ? {}
, ...
}:
@@ -96,5 +97,5 @@ stdenv.mkDerivation {
" (with patches: "
+ lib.concatStrings (lib.intersperse ", " (map (x: x.name) kernelPatches))
+ ")");
};
} // extraMeta;
}