Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
326 B
Markdown
Raw Permalink Normal View History

2025-10-09 14:15:47 +02:00
# Name-based Tcl package directories
The structure of this directory is identical to the one described in
[/pkgs/by-name/README.md](../../../by-name/README.md).
The only difference is the scope:
```nix
{
lib,
# You can get tclPackages attributes directly
mkTclDerivation,
tcllib,
}:
mkTclDerivation {
# ...
}
```