From 57427d380d89e94f78ca734945ebaff76a803148 Mon Sep 17 00:00:00 2001 From: SamLukeYes Date: Thu, 4 Apr 2024 13:52:27 +0800 Subject: [PATCH] Revert "xonsh: set dontWrapPythonPrograms" This reverts commit b6403710df19244480866612437f434601491311. --- pkgs/by-name/xo/xonsh/unwrapped.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/by-name/xo/xonsh/unwrapped.nix b/pkgs/by-name/xo/xonsh/unwrapped.nix index b0115dc247c4..e5b55efbf344 100644 --- a/pkgs/by-name/xo/xonsh/unwrapped.nix +++ b/pkgs/by-name/xo/xonsh/unwrapped.nix @@ -90,8 +90,6 @@ python3.pkgs.buildPythonApplication { export HOME=$TMPDIR ''; - dontWrapPythonPrograms = true; - passthru = { shellPath = "/bin/xonsh"; python = python3; # To the wrapper