mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
xonsh: 0.1.3 -> 0.2.7
This commit is contained in:
parent
a42f845925
commit
5009d53d9a
@ -1,8 +1,8 @@
|
|||||||
{stdenv, fetchFromGitHub, python3Packages}:
|
{stdenv, fetchurl, python3Packages}:
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
name = "xonsh-${version}";
|
name = "xonsh-${version}";
|
||||||
version = "0.1.3";
|
version = "0.2.7";
|
||||||
|
|
||||||
# The logo xonsh prints during build contains unicode characters, and this
|
# The logo xonsh prints during build contains unicode characters, and this
|
||||||
# fails because locales have not been set up in the build environment.
|
# fails because locales have not been set up in the build environment.
|
||||||
@ -16,11 +16,9 @@ python3Packages.buildPythonApplication rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ python3Packages.ply ];
|
propagatedBuildInputs = [ python3Packages.ply ];
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchurl {
|
||||||
owner = "scopatz";
|
url = "mirror://pypi/x/xonsh/${name}.tar.gz";
|
||||||
repo = "xonsh";
|
sha256= "10pglgmzj6l0l8mb3r2rxnbigqigcqn9njcgdcrg7s1b409cq4md";
|
||||||
rev = version;
|
|
||||||
sha256 = "04qnjqpz5y38g22irpph13j2a4hy7mk9pqvqz1mfimaf8zgmyh1n";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user