Reapply "xonsh: set dontWrapPythonPrograms"
This reverts commit 57427d380d
.
This commit is contained in:
parent
b3b12c2d08
commit
30ef0b17f2
1 changed files with 2 additions and 0 deletions
|
@ -90,6 +90,8 @@ python3.pkgs.buildPythonApplication {
|
|||
export HOME=$TMPDIR
|
||||
'';
|
||||
|
||||
dontWrapPythonPrograms = true;
|
||||
|
||||
passthru = {
|
||||
shellPath = "/bin/xonsh";
|
||||
python = python3; # To the wrapper
|
||||
|
|
Loading…
Reference in a new issue