mksh: add shellPath passthru

This commit is contained in:
zimbatm 2016-05-14 14:02:52 +01:00
parent b482036cbb
commit 7fcd50da4f

View File

@ -43,4 +43,8 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ AndersonTorres nckx ]; maintainers = with maintainers; [ AndersonTorres nckx ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
passthru = {
shellPath = "/bin/mksh";
};
} }