psycopg2: fix build on darwin

For some reason its build script requires libssl only on darwin.
This commit is contained in:
Dan Peebles 2015-12-02 18:05:37 -05:00
parent f8e99ec0e4
commit df27b34918

View File

@ -13628,6 +13628,7 @@ in modules // {
sha256 = "07ivzl7bq8bjcq5n90w4bsl29gjfm5l8yamw0paxh25si8r3zfi4";
};
buildInputs = optional stdenv.isDarwin pkgs.openssl;
propagatedBuildInputs = with self; [ pkgs.postgresql ];
meta = {