xonsh: set dontWrapPythonPrograms
This commit is contained in:
parent
c00aae2489
commit
b6403710df
@ -90,6 +90,8 @@ python3.pkgs.buildPythonApplication {
|
||||
export HOME=$TMPDIR
|
||||
'';
|
||||
|
||||
dontWrapPythonPrograms = true;
|
||||
|
||||
passthru = {
|
||||
shellPath = "/bin/xonsh";
|
||||
python = python3; # To the wrapper
|
||||
|
Loading…
Reference in New Issue
Block a user