mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
Adding missing dependencies. There is still a matplotlib problem running ocropus-hocr.
This commit is contained in:
parent
3ee69912b2
commit
6a35958936
|
@ -44,7 +44,8 @@ pythonPackages.buildPythonPackage rec {
|
|||
sha256 = "1s0v0gd6psfjp6lghwl2dj49h18mgf2n2z8hqzw8430nzhglnlvr";
|
||||
};
|
||||
|
||||
buildInputs = with pythonPackages; [ curl numpy scipy pillow matplotlib ];
|
||||
propagatedBuildInputs = with pythonPackages; [ curl numpy scipy pillow
|
||||
matplotlib beautifulsoup4 pygtk ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue