3
0
Fork 0
forked from mirrors/nixpkgs

Oops. A typo fix

svn path=/nixpkgs/trunk/; revision=13727
This commit is contained in:
Michael Raskin 2009-01-08 23:04:18 +00:00
parent 46fec9e4c9
commit c87887ddd0

View file

@ -484,7 +484,7 @@ rec {
else if all __isList list then concatLists list
else if all __isAttrs list then mergeAttrs list
else if all (x: true == x || false == x) list then fold logicalOR false list
else if all (x: x == toString x) list then concatStrings x
else if all (x: x == toString x) list then concatStrings list
else abort "${name}: Cannot merge values.";
mergeTypedOption = typeName: predicate: merge: name: list: