pypy: correctly bump the version

This commit is contained in:
Domen Kožar 2014-06-19 17:53:22 +02:00
parent e0de0bc470
commit ad666c56ff
3 changed files with 3 additions and 3 deletions

View file

@ -1,12 +1,12 @@
addPythonPath() {
addToSearchPathWithCustomDelimiter : PYTHONPATH $1/lib/pypy2.2/site-packages
addToSearchPathWithCustomDelimiter : PYTHONPATH $1/lib/pypy2.3/site-packages
}
toPythonPath() {
local paths="$1"
local result=
for i in $paths; do
p="$i/lib/pypy2.2/site-packages"
p="$i/lib/pypy2.3/site-packages"
result="${result}${result:+:}$p"
done
echo $result

View file

@ -3531,7 +3531,7 @@ let
python = python27;
python3 = python3Packages.python;
pypy = callPackage ../development/interpreters/pypy/2.2 { };
pypy = callPackage ../development/interpreters/pypy/2.3 { };
pythonFull = python27Full;
python26Full = callPackage ../development/interpreters/python/wrapper.nix {