core/pkgs/by-name/tc/tcl/packages.nix

10 lines
138 B
Nix
Raw Normal View History

2024-05-02 00:46:19 +00:00
{ ... }:
res: pkgs: super:
with pkgs;
{
tcl = tcl-8_6;
tcl-8_5 = callPackage ./8.5.nix { };
tcl-8_6 = callPackage ./8.6.nix { };
}