Merge pull request #294328 from SamLukeYes/xonsh

xonsh: 0.14.4 -> 0.15.1, set dontWrapPythonPrograms
This commit is contained in:
Fabián Heredia Montiel
2024-03-12 14:56:58 -06:00
committed by GitHub
+4 -2
View File
@@ -9,7 +9,7 @@
let
pname = "xonsh";
version = "0.14.4";
version = "0.15.1";
in
python3.pkgs.buildPythonApplication {
inherit pname version;
@@ -21,7 +21,7 @@ python3.pkgs.buildPythonApplication {
owner = "xonsh";
repo = "xonsh";
rev = "refs/tags/${version}";
hash = "sha256-7qOEc4RSdOO059LietKnrxY7cy9MfgmfJjdqZZ5ENLU=";
hash = "sha256-mHOCkUGiSSPmkIQ4tgRZIaCTLgnx39SMwug5EIx/jrU=";
};
nativeBuildInputs = with python3.pkgs; [
@@ -90,6 +90,8 @@ python3.pkgs.buildPythonApplication {
export HOME=$TMPDIR
'';
dontWrapPythonPrograms = true;
passthru = {
shellPath = "/bin/xonsh";
python = python3; # To the wrapper