Fix comment
svn path=/nixpkgs/trunk/; revision=29852
This commit is contained in:
parent
b648906658
commit
2109983477
@ -33,7 +33,8 @@ rec {
|
|||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
} // (removeAttrs a [ "meta" "name" ]));
|
} // (removeAttrs a [ "meta" "name" ]));
|
||||||
|
|
||||||
# kdeMonoPkg wrapper for modules splitted upstream. Used in TODO
|
# kdeMonoPkg wrapper for modules splitted upstream compatible with combinePkgs
|
||||||
|
# API.
|
||||||
kdeSplittedPkg = module: {name, sane ? name}: kdeMonoPkg name;
|
kdeSplittedPkg = module: {name, sane ? name}: kdeMonoPkg name;
|
||||||
|
|
||||||
# Build subdirectory ${subdir} of tarball ${module}-${release}.tar.bz2
|
# Build subdirectory ${subdir} of tarball ${module}-${release}.tar.bz2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user