tclPackages.tcllib: use tclRequiresCheck

This commit is contained in:
Francesco Gazzetta
2026-03-16 18:01:57 +01:00
parent dcc17ba988
commit b748eac999
@@ -19,6 +19,15 @@ mkTclDerivation rec {
buildFlags = [ "all" ] ++ lib.optional withCritcl "critcl";
# Tcllib contains a huge amount of Tcl packages:
# https://core.tcl-lang.org/tcllib/doc/trunk/embedded/md/toc.md
# We sample a small amount of popular ones.
tclRequiresCheck = [
"struct::graph"
"doctools"
"json"
];
meta = {
homepage = "https://core.tcl-lang.org/tcllib/";
description = "Tcl-only library of standard routines for Tcl";