pythonPackage.psycopg2: fix

This commit is contained in:
Rok Garbas
2013-10-10 15:18:50 +02:00
parent a5357e80cd
commit 762164c8a7
3 changed files with 8 additions and 23 deletions

View File

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