forked from mirrors/nixpkgs
tcsh: add shellPath passthru
This commit is contained in:
parent
2e22de1f58
commit
53060e5bb8
1 changed files with 4 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue