pythonPackages.lpod: fix missing dependency
This commit is contained in:
parent
fa1e8ffa76
commit
5e57536ace
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user