tclPackages.tclreadline: use tclRequiresCheck

This commit is contained in:
Francesco Gazzetta
2026-03-18 17:56:17 +01:00
parent b748eac999
commit 469a917cd6
@@ -58,6 +58,8 @@ mkTclDerivation rec {
done
'';
tclRequiresCheck = [ "tclreadline" ];
meta = {
description = "GNU readline for interactive tcl shells";
homepage = "https://github.com/flightaware/tclreadline";