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
|
# lpod library currently does not support Python 3.x
|
||||||
disabled = isPy3k;
|
disabled = isPy3k;
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [ ];
|
propagatedBuildInputs = with self; [ lxml docutils pillow ];
|
||||||
|
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "lpod";
|
owner = "lpod";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user