forked from mirrors/nixpkgs
xonsh: add shellPath passthru
This commit is contained in:
parent
53060e5bb8
commit
a9f42f633b
|
@ -41,4 +41,8 @@ python3Packages.buildPythonApplication rec {
|
|||
maintainers = with maintainers; [ spwhitt garbas ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
||||
passthru = {
|
||||
shellPath = "/bin/xonsh";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue