tcsh: add shellPath passthru

+4
+4
pkgs/shells/tcsh/default.nix
··· 19 19 homepage = http://www.tcsh.org/; 20 20 description = "An enhanced version of the Berkeley UNIX C shell (csh)"; 21 21 }; 22 + 23 + passthru = { 24 + shellPath = "/bin/tcsh"; 25 + }; 22 26 }