xonsh: don't double wrap bin/xonsh

This commit is contained in:
Dee Anzorge 2023-06-28 00:38:18 +02:00
parent dde8c4b5df
commit e66d98f17d

View file

@ -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"