mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
* Doh.
svn path=/nixpkgs/trunk/; revision=10685
This commit is contained in:
parent
3be8e7c28e
commit
329cf0523e
|
@ -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.,
|
||||
|
|
Loading…
Reference in a new issue