Impressive: Fix references to Python's directories.

svn path=/nixpkgs/trunk/; revision=20318
This commit is contained in:
Ludovic Courtès 2010-03-01 17:08:30 +00:00
parent a86e0ad8aa
commit 0bae3266eb

View File

@ -43,8 +43,7 @@ in
--prefix PYTHONPATH ":" \
${lib.concatStringsSep ":"
(map (path:
path + "/lib/python2.5/site-packages:" +
path + "/lib/python2.4/site-packages")
path + "/lib/${python.libPrefix}/site-packages")
[ pil pyopengl pygame setuptools ])} \
--prefix LIBRARY_PATH ":" "${mesa}/lib:${freeglut}/lib"
'';
@ -73,5 +72,8 @@ in
homepage = http://impressive.sourceforge.net/;
license = "GPLv2";
maintainers = [ stdenv.lib.maintainers.ludo ];
platforms = stdenv.lib.platforms.mesaPlatforms;
};
}