forgejo-lts: 7.0.10 -> 7.0.11
[NixPkgs.git] / pkgs / development / tcl-modules / by-name / README.md
blobc65310524c1c1c5bcd90f3403ba5a9d2e989a965
1 # Name-based Tcl package directories
3 The structure of this directory is identical to the one described in
4 [/pkgs/by-name/README.md](../../../by-name/README.md).
5 The only difference is the scope:
7 ```nix
8 { lib
9 # You can get tclPackages attributes directly
10 , mkTclDerivation
11 , tcllib
14 mkTclDerivation {
15   # ...
17 ```