depot/third_party/nixpkgs/pkgs/development/tcl-modules/by-name/README.md
Default email 657f08b14c Project import generated by Copybara.
GitOrigin-RevId: 807e9154dcb16384b1b765ebe9cd2bba2ac287fd
2024-10-29 11:11:06 +00:00

319 B

Name-based Tcl package directories

The structure of this directory is identical to the one described in /pkgs/by-name/README.md. The only difference is the scope:

{ lib
# You can get tclPackages attributes directly
, mkTclDerivation
, tcllib
}:

mkTclDerivation {
  # ...
}