Revert "pythonPackage.psycopg2: fix"

This reverts commit 762164c8a7 since it
breaks Nixpkgs evaluation: http://hydra.nixos.org/build/6471883
This commit is contained in:
Eelco Dolstra
2013-10-11 10:44:18 +02:00
parent 7e06522645
commit 29b99ed9fa
3 changed files with 23 additions and 8 deletions

View File

@@ -133,12 +133,7 @@
},
{ "name": "psycopg2",
"buildInputs": [ "pkgs.postgresql" ],
"doCheck": false,
"override": {
"psycopg2": {
"buildInputs": [ "pkgs.postgresql" ]
}
}
"doCheck": false
}
]