Author: simons
Date: Wed Feb 2 11:16:45 2011
New Revision: 25752
URL: https://svn.nixos.org/websvn/nix/?rev=25752&sc=1
Log:
pkgs/development/interpreters/python/3.1/setup-hook.sh: fixed bogus version
number
Modified:
nixpkgs/trunk/pkgs/development/interpreters/python/3.1/setup-hook.sh
Modified: nixpkgs/trunk/pkgs/development/interpreters/python/3.1/setup-hook.sh
==============================================================================
--- nixpkgs/trunk/pkgs/development/interpreters/python/3.1/setup-hook.sh
Wed Feb 2 11:16:41 2011 (r25751)
+++ nixpkgs/trunk/pkgs/development/interpreters/python/3.1/setup-hook.sh
Wed Feb 2 11:16:45 2011 (r25752)
@@ -1,12 +1,12 @@
addPythonPath() {
- addToSearchPathWithCustomDelimiter : PYTHONPATH
$1/lib/python2.6/site-packages
+ addToSearchPathWithCustomDelimiter : PYTHONPATH
$1/lib/python3.1/site-packages
}
toPythonPath() {
local paths="$1"
local result=
for i in $paths; do
- p="$i/lib/python2.6/site-packages"
+ p="$i/lib/python3.1/site-packages"
result="${result}${result:+:}$p"
done
echo $result
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits