python-packages-generated: temporarily hardcode fix for psycopg2

This commit is contained in:
Domen Kožar 2014-08-25 19:01:17 +02:00
parent 68c131c2cc
commit d7bcb19d64

View File

@ -2666,7 +2666,7 @@ in
md5 = "09dcec70f623a9ef774f1aef75690995";
};
doCheck = false;
buildInputs = [ ];
buildInputs = [ pkgs.postgresql ];
propagatedBuildInputs = [ ];
installCommand = ''easy_install --always-unzip --prefix="$out" .'';
meta = {