mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
Reapply "xonsh: set dontWrapPythonPrograms"
This reverts commit 57427d380d
.
This commit is contained in:
parent
b3b12c2d08
commit
30ef0b17f2
@ -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