1
0
Fork 1
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:
Lluís Batlle i Rossell 2014-05-28 12:39:54 +02:00
parent 3ee69912b2
commit 6a35958936

View file

@ -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;