From 53060e5bb8b0bbf73aeda1383fac73c9c8122e55 Mon Sep 17 00:00:00 2001 From: zimbatm Date: Sat, 14 May 2016 14:03:25 +0100 Subject: [PATCH] tcsh: add shellPath passthru --- pkgs/shells/tcsh/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/shells/tcsh/default.nix b/pkgs/shells/tcsh/default.nix index be182f87f1e..764ea64f3ce 100644 --- a/pkgs/shells/tcsh/default.nix +++ b/pkgs/shells/tcsh/default.nix @@ -19,4 +19,8 @@ stdenv.mkDerivation rec { homepage = http://www.tcsh.org/; description = "An enhanced version of the Berkeley UNIX C shell (csh)"; }; + + passthru = { + shellPath = "/bin/tcsh"; + }; }