forked from mirrors/nixpkgs
* Whitespace.
svn path=/nixpkgs/trunk/; revision=30044
This commit is contained in:
parent
3a160ac25d
commit
bcffafa65a
|
@ -15,6 +15,6 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = {
|
||||
description = "Linux development manual pages";
|
||||
homepage = http://kernel.org/pub/linux/docs/manpages/;
|
||||
homepage = http://www.kernel.org/doc/man-pages/;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -148,7 +148,6 @@ rec {
|
|||
}
|
||||
;
|
||||
|
||||
|
||||
uniq = elemType: mkOptionType {
|
||||
inherit (elemType) name check iter fold docPath hasOptions;
|
||||
merge = list:
|
||||
|
|
Loading…
Reference in a new issue