pythonPackages.lpod: fix missing dependency

This commit is contained in:
Michiel Leenaars
2017-01-31 23:03:37 +01:00
parent fa1e8ffa76
commit 5e57536ace
+1 -1
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";