svn path=/nixpkgs/trunk/; revision=10685
This commit is contained in:
Eelco Dolstra 2008-02-14 13:34:55 +00:00
parent 3be8e7c28e
commit 329cf0523e

View File

@ -56,7 +56,7 @@ rec {
# Map and concatenate the result.
concatMap = f: list: concatLists (map f list);
concatMapStrings = f: list: pkgs.lib.concatStrings (map f list);
concatMapStrings = f: list: concatStrings (map f list);
# Place an element between each element of a list, e.g.,