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

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