pythonPackages: MySQL_python: added openssl as buildInput

This commit is contained in:
Bob van der Linden 2015-03-13 12:23:05 +01:00
parent 14ed261fc7
commit 75ba60aded

View file

@ -6529,7 +6529,7 @@ let
sha256 = "0vkyg9dmj29hzk7fy77f42p7bfj28skyzsjsjry4wqr3z6xnzrkx";
};
buildInputs = with self; [ nose ];
buildInputs = with self; [ nose pkgs.openssl ];
propagatedBuildInputs = with self; [ pkgs.mysql pkgs.zlib ];