Merge pull request #2184 from offlinehacker/pkgs/pythonPacakges/sqlalchemy-imageattach_darwin_fix

pythonPackages: sqlalchemy-imageattach, fix tests on darwin
This commit is contained in:
Domen Kožar 2014-04-13 00:25:25 +02:00
commit 7e37e4b5ee

View File

@ -6976,7 +6976,7 @@ rec {
checkPhase = ''
cd tests
export LD_LIBRARY_PATH=${pkgs.imagemagick}/lib
export MAGICK_HOME="${pkgs.imagemagick}"
export PYTHONPATH=$PYTHONPATH:../
py.test
cd ..