2 autoCalledPackages = import ./by-name-overlay.nix ../development/tcl-modules/by-name;
12 lib.makeScope newScope (
13 lib.extends autoCalledPackages (self: {
15 inherit (tcl) mkTclDerivation tclPackageHook;
17 critcl = self.callPackage ../development/tcl-modules/critcl {
18 tcllib = self.tcllib.override { withCritcl = false; };