mksh: add shellPath passthru
This commit is contained in:
parent
b482036cbb
commit
7fcd50da4f
@ -43,4 +43,8 @@ stdenv.mkDerivation rec {
|
||||
maintainers = with maintainers; [ AndersonTorres nckx ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
||||
passthru = {
|
||||
shellPath = "/bin/mksh";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user