pypy: correctly bump the version
This commit is contained in:
parent
e0de0bc470
commit
ad666c56ff
@ -1,12 +1,12 @@
|
|||||||
addPythonPath() {
|
addPythonPath() {
|
||||||
addToSearchPathWithCustomDelimiter : PYTHONPATH $1/lib/pypy2.2/site-packages
|
addToSearchPathWithCustomDelimiter : PYTHONPATH $1/lib/pypy2.3/site-packages
|
||||||
}
|
}
|
||||||
|
|
||||||
toPythonPath() {
|
toPythonPath() {
|
||||||
local paths="$1"
|
local paths="$1"
|
||||||
local result=
|
local result=
|
||||||
for i in $paths; do
|
for i in $paths; do
|
||||||
p="$i/lib/pypy2.2/site-packages"
|
p="$i/lib/pypy2.3/site-packages"
|
||||||
result="${result}${result:+:}$p"
|
result="${result}${result:+:}$p"
|
||||||
done
|
done
|
||||||
echo $result
|
echo $result
|
@ -3531,7 +3531,7 @@ let
|
|||||||
python = python27;
|
python = python27;
|
||||||
python3 = python3Packages.python;
|
python3 = python3Packages.python;
|
||||||
|
|
||||||
pypy = callPackage ../development/interpreters/pypy/2.2 { };
|
pypy = callPackage ../development/interpreters/pypy/2.3 { };
|
||||||
|
|
||||||
pythonFull = python27Full;
|
pythonFull = python27Full;
|
||||||
python26Full = callPackage ../development/interpreters/python/wrapper.nix {
|
python26Full = callPackage ../development/interpreters/python/wrapper.nix {
|
||||||
|
Loading…
Reference in New Issue
Block a user