tcsh: add shellPath passthru

This commit is contained in:
zimbatm 2016-05-14 14:03:25 +01:00
parent 2e22de1f58
commit 53060e5bb8

View File

@ -19,4 +19,8 @@ stdenv.mkDerivation rec {
homepage = http://www.tcsh.org/; homepage = http://www.tcsh.org/;
description = "An enhanced version of the Berkeley UNIX C shell (csh)"; description = "An enhanced version of the Berkeley UNIX C shell (csh)";
}; };
passthru = {
shellPath = "/bin/tcsh";
};
} }