tcsh: add shellPath passthru
This commit is contained in:
parent
2e22de1f58
commit
53060e5bb8
@ -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";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user