Trying to add Zen Linux Kernel
svn path=/nixpkgs/trunk/; revision=17050
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user