9 stdenv.mkDerivation (finalAttrs: {
14 url = "mirror://tcsh/tcsh-${finalAttrs.version}.tar.gz";
15 hash = "sha256-HpJ9UunIXRYr+YXyTRPGzO3pvriA2G/sSS7RVIClxxo=";
21 buildPackages.stdenv.cc
29 passthru.shellPath = "/bin/tcsh";
32 homepage = "https://www.tcsh.org/";
33 description = "Enhanced version of the Berkeley UNIX C shell (csh)";
36 tcsh is an enhanced but completely compatible version of the Berkeley UNIX
37 C shell, csh. It is a command language interpreter usable both as an
38 interactive login shell and a shell script command processor.
42 - programmable word completion
47 license = lib.licenses.bsd2;
48 maintainers = with lib.maintainers; [ suominen ];
49 platforms = lib.platforms.unix;