pythonPackages.lpod: fix missing dependency

This commit is contained in:
Michiel Leenaars 2017-01-31 22:27:09 +01:00
parent fa1e8ffa76
commit 5e57536ace

View File

@ -8173,7 +8173,7 @@ in {
# lpod library currently does not support Python 3.x
disabled = isPy3k;
propagatedBuildInputs = with self; [ ];
propagatedBuildInputs = with self; [ lxml docutils pillow ];
src = pkgs.fetchFromGitHub {
owner = "lpod";