about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-06-28 16:34:41 +0800
committerGitHub <noreply@github.com>2023-06-28 16:34:41 +0800
commitb802e9dffba3987df077a259520e9b9c31f0311a (patch)
treef3575ed39f92b87a02d4d2220442c58a6fbc63d8 /pkgs/shells
parent88a493176cc00380df23fc6d16bb93bcb3ed962a (diff)
parente66d98f17deeb2652e17d8010800adb7c1bba753 (diff)
Merge pull request #240211 from DeeUnderscore/fix/xonsh-double-wrap
xonsh: don't double wrap bin/xonsh
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/xonsh/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/shells/xonsh/default.nix b/pkgs/shells/xonsh/default.nix
index d8dce917120f1..faa2ae763088c 100644
--- a/pkgs/shells/xonsh/default.nix
+++ b/pkgs/shells/xonsh/default.nix
@@ -39,11 +39,6 @@ python3Packages.buildPythonApplication rec {
     "--prefix PYTHONPATH : ${placeholder "out"}/lib/${python3Packages.python.libPrefix}/site-packages"
   ];
 
-  postInstall = ''
-    wrapProgram $out/bin/xonsh \
-      $makeWrapperArgs
-  '';
-
   disabledTests = [
     # fails on sandbox
     "test_colorize_file"