treewide: *Inputs are flat lists

This commit is contained in:
Maximilian Bosch
2019-12-31 01:10:02 +01:00
committed by Jan Tojnar
parent 760e23136a
commit 839c0ea7a5
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ python3Packages.buildPythonApplication rec {
checkInputs = with python3Packages; [ pytest ];
propagatedBuildInputs = [ file ]
++ lib.optional (imagePreviewSupport) [ python3Packages.pillow ];
++ lib.optionals (imagePreviewSupport) [ python3Packages.pillow ];
checkPhase = ''
py.test tests