1 { lib, fetchurl, tcl, openssl }:
3 tcl.mkTclDerivation rec {
8 url = "https://core.tcl-lang.org/tcltls/uv/tcltls-${version}.tar.gz";
9 sha256 = "sha256-6E4reideyCxKqp0bH5eG2+Q1jIFekXU5/+f2Z/9Lw7Q=";
12 buildInputs = [ openssl ];
15 "--with-ssl-dir=${openssl.dev}"
19 homepage = "https://core.tcl-lang.org/tcltls/index";
20 description = "An OpenSSL / RSA-bsafe Tcl extension";
21 maintainers = [ lib.maintainers.agbrooks ];
22 license = lib.licenses.tcltk;
23 platforms = lib.platforms.unix;