Unverified Commit b6403710 authored by SamLukeYes's avatar SamLukeYes
Browse files

xonsh: set dontWrapPythonPrograms

parent c00aae24
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -90,6 +90,8 @@ python3.pkgs.buildPythonApplication {
    export HOME=$TMPDIR
  '';

  dontWrapPythonPrograms = true;

  passthru = {
    shellPath = "/bin/xonsh";
    python = python3; # To the wrapper