python-packages-generated: temporarily hardcode fix for psycopg2
This commit is contained in:
parent
68c131c2cc
commit
d7bcb19d64
@ -2666,7 +2666,7 @@ in
|
|||||||
md5 = "09dcec70f623a9ef774f1aef75690995";
|
md5 = "09dcec70f623a9ef774f1aef75690995";
|
||||||
};
|
};
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
buildInputs = [ ];
|
buildInputs = [ pkgs.postgresql ];
|
||||||
propagatedBuildInputs = [ ];
|
propagatedBuildInputs = [ ];
|
||||||
installCommand = ''easy_install --always-unzip --prefix="$out" .'';
|
installCommand = ''easy_install --always-unzip --prefix="$out" .'';
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user