summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/misc/ocropus/default.nix
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2014-05-28 12:39:54 +0200
committerLluís Batlle i Rossell <viric@viric.name>2014-05-28 12:39:54 +0200
commit6a359589364c12df7b5745e0d7d8a81467979fb3 (patch)
tree055138b9e7a9cace83361b8540a7e9dd4e6adfc5 /pkgs/applications/misc/ocropus/default.nix
parent3ee69912b29c9cb165ec6126edc3dd4087b3adb0 (diff)
Adding missing dependencies. There is still a matplotlib problem running ocropus-hocr.
Diffstat (limited to 'pkgs/applications/misc/ocropus/default.nix')
-rw-r--r--pkgs/applications/misc/ocropus/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/misc/ocropus/default.nix b/pkgs/applications/misc/ocropus/default.nix
index 60fd3b2ccb31..aaf0039305b1 100644
--- a/pkgs/applications/misc/ocropus/default.nix
+++ b/pkgs/applications/misc/ocropus/default.nix
@@ -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;