12 tcl.mkTclDerivation rec {
17 url = "https://git.openrobots.org/robots/eltclsh.git";
18 rev = "eltclsh-${version}";
19 hash = "sha256-C996BJxEoCSpA0x/nSnz4nnmleTIWyzm0imZp/K+Q/o=";
32 preConfigure = "NOCONFIGURE=1 ./autogen.sh";
38 "--with-includes=${libedit.dev}/include/readline"
39 "--with-libtool=${libtool}"
43 description = "Interactive shell for the TCL programming language based on editline";
44 homepage = "https://homepages.laas.fr/mallet/soft/shell/eltclsh";
45 license = licenses.bsd3;
46 maintainers = with maintainers; [ iwanb ];
47 platforms = platforms.all;