Files
nixpkgs/pkgs/development/tcl-modules/by-name
Guy Chronister d0ff9e414d tclPackages.*: refactor to modern conventions
- Remove 'with lib;' from meta blocks and use qualified lib attributes
  - Replace deprecated 'sha256' with 'hash' for fetchurl and fetchFromGitHub
  - Replace 'rev' with 'tag' when using version tags in fetchFromGitHub
  - Update substituteInPlace to use --replace-fail for better error detection
2025-11-21 14:53:20 +00:00
..
2025-07-28 21:54:57 +08:00

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