nixpkgs/pkgs/development/tcl-modules/by-name
Francesco Gazzetta ecbe02d896 tcllib: 1.21 -> 2.0
Note: This update needs critcl>=3.3 (updated in the previous commit),
otherwise accelerators won't be built.
2024-11-18 10:58:44 +00:00
..
bw/bwidget
ex/expect
in/incrtcl
it/itktcl
mu/mustache-tcl
pd/pdf4tcl
tc tcllib: 1.21 -> 2.0 2024-11-18 10:58:44 +00:00
td/tdom
ti/tix
tk/tkimg
wa/wapp
README.md

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 {
  # ...
}