mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Merge pull request #294328 from SamLukeYes/xonsh
xonsh: 0.14.4 -> 0.15.1, set dontWrapPythonPrograms
This commit is contained in:
commit
25fe56a5f9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user