forked from mirrors/nixpkgs
psycopg2: fix build on darwin
For some reason its build script requires libssl only on darwin.
This commit is contained in:
parent
f8e99ec0e4
commit
df27b34918
|
@ -13628,6 +13628,7 @@ in modules // {
|
|||
sha256 = "07ivzl7bq8bjcq5n90w4bsl29gjfm5l8yamw0paxh25si8r3zfi4";
|
||||
};
|
||||
|
||||
buildInputs = optional stdenv.isDarwin pkgs.openssl;
|
||||
propagatedBuildInputs = with self; [ pkgs.postgresql ];
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue