mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-23 13:24:29 +00:00
Merge pull request #6782 from bobvanderlinden/fix-mysql-python
pythonPackages: MySQL_python: added openssl as buildInput
This commit is contained in:
commit
feb4629fde
@ -6529,7 +6529,7 @@ let
|
||||
sha256 = "0vkyg9dmj29hzk7fy77f42p7bfj28skyzsjsjry4wqr3z6xnzrkx";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ nose ];
|
||||
buildInputs = with self; [ nose pkgs.openssl ];
|
||||
|
||||
propagatedBuildInputs = with self; [ pkgs.mysql pkgs.zlib ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user