Merge pull request #55270 from jlesquembre/ranger-images

ranger: add pillow dependency
This commit is contained in:
Maximilian Bosch
2019-02-05 21:48:25 +01:00
committed by GitHub

View File

@@ -19,7 +19,8 @@ python3Packages.buildPythonApplication rec {
LC_ALL = "en_US.UTF-8";
checkInputs = with python3Packages; [ pytest ];
propagatedBuildInputs = [ file ];
propagatedBuildInputs = [ file ]
++ lib.optional (imagePreviewSupport) [ python3Packages.pillow ];
checkPhase = ''
py.test tests