Impressive: Fix references to Python's directories.
svn path=/nixpkgs/trunk/; revision=20318
This commit is contained in:
parent
a86e0ad8aa
commit
0bae3266eb
@ -43,8 +43,7 @@ in
|
|||||||
--prefix PYTHONPATH ":" \
|
--prefix PYTHONPATH ":" \
|
||||||
${lib.concatStringsSep ":"
|
${lib.concatStringsSep ":"
|
||||||
(map (path:
|
(map (path:
|
||||||
path + "/lib/python2.5/site-packages:" +
|
path + "/lib/${python.libPrefix}/site-packages")
|
||||||
path + "/lib/python2.4/site-packages")
|
|
||||||
[ pil pyopengl pygame setuptools ])} \
|
[ pil pyopengl pygame setuptools ])} \
|
||||||
--prefix LIBRARY_PATH ":" "${mesa}/lib:${freeglut}/lib"
|
--prefix LIBRARY_PATH ":" "${mesa}/lib:${freeglut}/lib"
|
||||||
'';
|
'';
|
||||||
@ -73,5 +72,8 @@ in
|
|||||||
homepage = http://impressive.sourceforge.net/;
|
homepage = http://impressive.sourceforge.net/;
|
||||||
|
|
||||||
license = "GPLv2";
|
license = "GPLv2";
|
||||||
|
|
||||||
|
maintainers = [ stdenv.lib.maintainers.ludo ];
|
||||||
|
platforms = stdenv.lib.platforms.mesaPlatforms;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user