mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
map: rename map-cmd
naming conflict with builtin fn map would create problems
This commit is contained in:
parent
e91d6046b1
commit
9b9faa5bf8
1 changed files with 1 additions and 1 deletions
|
@ -2980,7 +2980,7 @@ with pkgs;
|
|||
|
||||
clac = callPackage ../tools/misc/clac {};
|
||||
|
||||
map = callPackage ../tools/misc/map {};
|
||||
map-cmd = callPackage ../tools/misc/map {};
|
||||
|
||||
clash = callPackage ../tools/networking/clash {
|
||||
buildGoModule = buildGo118Module;
|
||||
|
|
Loading…
Reference in a new issue