From 9df4bb9d67dd61d56195e3f43e96ade67339fb32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Thu, 29 May 2014 10:13:31 +0200 Subject: [PATCH] ocropus: it was still missing a package: lxml Now "./run-tests" passes. But it can't be run without DISPLAY, so I don't run it in the builder. --- pkgs/applications/misc/ocropus/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/ocropus/default.nix b/pkgs/applications/misc/ocropus/default.nix index 66c0b883c72..fef3209d11a 100644 --- a/pkgs/applications/misc/ocropus/default.nix +++ b/pkgs/applications/misc/ocropus/default.nix @@ -47,7 +47,7 @@ pythonPackages.buildPythonPackage rec { patches = [ ./display.patch ]; propagatedBuildInputs = with pythonPackages; [ curl numpy scipy pillow - matplotlib beautifulsoup4 pygtk ]; + matplotlib beautifulsoup4 pygtk lxml ]; enableParallelBuilding = true;