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
commit 812d74c55e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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