tclPackages.tcllib: use tclRequiresCheck
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user